Endpoints for handling the OAuth 2.0 Client Credentials Grant flow.
Request an access token using your client credentials
Access token provided
Invalid Client Credentials
Rate limit exceeded
grant_type=client_credentials
{- "access_token": "MTQ0NjJkZmQ5OTM2NDE1ZTZjNGZmZjI3",
- "expires_in": 3600,
- "token_type": "Bearer",
- "scope": "documents.write projects.write"
}