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

Successful

400

Malformed data and/or validation errors

401

Invalid Authorization

402

You must upgrade your plan to use this feature

403

You are not allowed to perform this action

412

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

500

Internal server error

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: 2025-07-01T16:45:55.246Z,\n deniedAt: 2025-07-01T16:45:55.246Z\n }]",
  • "statuses": "[{\n status: 'APPROVED',\n source: 'SELF',\n createdAt: 2025-07-01T16:45:55.246Z,\n user: 'John Doe',\n }]",
  • "ndaUrl": "https://acme.com",
  • "flowType": "SELF",
  • "autoApproveType": "SELF"
}