Skip to main content
POST
Approve Trust Center access request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slugId
string
required
accessRequestId
string
required

Body

application/json
expirationDate
string<date-time>

The date access should expire for this viewer. If a date isn't provided, access will not expire.

isNdaRequired
boolean

Whether to require an NDA for the viewer. Defaults to true.

resourceIds
string[]

Identifiers for the resources that this viewer should have access to. If this field is omitted, the viewer will have access to all resources that they requested.

accessLevel
enum<string>

Approved access level of the viewer. If this field is omitted, the viewer will have the access level they requested.

Available options:
FULL_ACCESS,
PARTIAL_ACCESS

Response

204

No content