Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the request.
Response
The requested request object.
Request Object
Description
The Request object is used to represent a request.
Usage Example
Returned from the GET Requests endpoint.
The unique identifier of the request.
"7c86c85d-0651-43e2-a748-d69d658418e8"
The date and time the request was created.
"2021-01-06T20:00:00.000Z"
The date and time the request was last updated.
"2021-01-06T20:00:00.000Z"
The unique identifier of the user who created the request.
"7c86c85d-0651-43e2-a748-d69d658418e8"
The status of the request.
PENDING, APPROVED, DENIED, CANCELED The reason for the request.
"I need access to the AWS account."
The unique identifier of the user who is the target of the request.
"7c86c85d-0651-43e2-a748-d69d658418e8"
The unique identifier of the group who is the target of the request.
"7c86c85d-0651-43e2-a748-d69d658418e8"
The duration of the request in minutes.
120
The list of targets for the request.
The responses given to the custom fields associated to the request
The stages configuration for this request
The configured reviewer stages for every item in this request

