---
title: "Get Trust Center access request"
method: GET
path: "/trust-centers/{slugId}/access-requests/{accessRequestId}"
tags: ["Trust Centers"]
---

# Get Trust Center access request

`GET /trust-centers/{slugId}/access-requests/{accessRequestId}`

Gets a specific access request for a Trust Center.

## Path parameters

- `slugId` string, required
- `accessRequestId` string, required

## Response `200`

Ok

- TrustCenterAccessRequest
  - `id` string, required — Unique identifier for the access request.
  - `email` string, required — Email of the requester.
  - `name` string, required — Name of the requester.
  - `companyName` string, required — Name of the requester's company.
  - `reason` string, required — Reason for the access request.
  - `requestedResources` string[], nullable, required — IDs for the resources that the viewer requested access to.
  - `accessLevel` 'FULL_ACCESS' | 'PARTIAL_ACCESS', required — The access level of the viewer. FULL_ACCESS means having access to all resources on the trust center. PARTIAL_ACCESS means having access to all public resources and a select list of requestable resources.
  - `creationDate` string, date-time, required — Date the access request was created.
  - `updatedDate` string, date-time, required — Date the access request was last updated.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
