Authorization header. Tokens are tied to the organization where they were created, so the token you use determines which organization’s data is returned.
Create an API token
Organization owners and administrators can create API tokens in ClearPolicy.Create a token
Click Create API Token. Give the token a clear name, such as
Reporting automation, so your team knows where it is used.Copy the bearer token
Copy the token when ClearPolicy shows it. You will not be able to view the full token again after you close the dialog.
Pass the token in requests
Include the token in theAuthorization header of every API request:
Error responses
| Status | Meaning |
|---|---|
401 Unauthorized | The token is missing, expired, or invalid. |
403 Forbidden | The token is valid but lacks permission for the requested resource. |
Tokens are organization-scoped. All API responses reflect the organization where the token was created.
API access also follows the team member’s ClearPolicy role. Owners and administrators can create and manage API tokens. Tokens tied to a Group Manager can confirm the token with
GET /me, but people, documents, and attestation request endpoints return 403 Forbidden.