Get trust center access request by request id

Get the trust center request. This endpoint is only available on Trust Center Pro.

Securitybearer
Request
path Parameters
id
required
string
query Parameters
workspaceId
required
number
Responses
200

Good to go!

400

Malformed data and/or validation errors

401

Invalid Authorization

403

You are not allowed to perform this action

500

Internal server error

default

Response Code: 412

You must accept the Drata terms and conditions to use the API

get/trust-center/requests/{id}
Request samples
Response samples
application/json
{
  • "email": "[email protected]",
  • "firstName": "Alondra",
  • "lastName": "Ramos",
  • "company": "Acme",
  • "requestId": "aaaaaaaa-bbbb-0000-cccc-dddddddddddd",
  • "managedBy": "Brayan Perez",
  • "documents": "[{\n id: 5, \n name: Report 5,\n approvedAt: 2020-07-06 12:00:00.000000, \n deniedAt: 2020-07-06 12:00:00.000000\n }]",
  • "statuses": "[{\n status: 'APPROVED',\n source: 'SELF',\n createdAt: 2020-07-06 12:00:00.000000,\n user: 'John Doe',\n }]",
  • "ndaUrl": "https://acme.com",
  • "flowType": "SELF",
  • "autoApproveType": "SELF"
}