This endpoint returns requests of all statuses except "pending" by default
Malformed data and/or validation errors
Invalid Authorization
You are not allowed to perform this action
Internal server error
Response Code: 412
You must accept the Drata terms and conditions to use the API
{- "data": [
- {
- "requestId": "aaaaaaaa-bbbb-0000-cccc-dddddddddddd",
- "createdAt": "2020-07-06 12:00:00.000000",
- "expirationDate": "2020-07-06 12:00:00.000000",
- "name": "Adam",
- "lastname": "Markowitz",
- "company": "Socpilot",
- "flowType": "SELF",
- "isAutoApproved": false,
- "status": "APPROVED",
- "reviewedAt": "2020-07-06 12:00:00.000000"
}
], - "page": 1,
- "limit": 10,
- "total": 100
}