Authenticate with Demandbase APIs
All Demandbase API endpoints require a JWT Bearer token in the Authorization header:
Authorization: Bearer YOUR_BEARER_TOKEN
For instructions on generating a JWT Bearer token, see Generate a JWT Bearer Token.
Demandbase API Authentication Errors
| HTTP Status Code | Description |
|---|---|
| 401 | Indicates the provided JWT Bearer Token is either invalid or expired. |
| 403 | Indicates the provided JWT Bearer Token lacks sufficient privilege to perform the requested action. |
Updated about 7 hours ago
Did this page help you?