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 CodeDescription
401Indicates the provided JWT Bearer Token is either invalid or expired.
403Indicates the provided JWT Bearer Token lacks sufficient privilege to perform the requested action.

Did this page help you?