Access
List access grants
List email grants for a private project.
GET
/api/v1/projects/{projectID}/access-grantsAuthentication: REST bearer token required.
Parameters
projectIDUUIDrequiredPathThe project UUID.
Responses
200An array of private-access grants.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
403The account plan or current grant does not allow the action.
404The requested resource does not exist for this account.