Authentication


Authentication

All Demandbase API endpoints require a JWT Bearer token in the authorization header
Authorization: Bearer YOUR_BEARER_TOKEN
📘 For instructions of generating API tokens, see the Generate A JWT Bearer Token section
🚧 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