Data Enrichment
Test Your Demandbase API Key
Test your Demandbase API key with the accounts endpoint. Securely validate your credentials.
DemandbaseServer Side Only
Test your Demandbase API key with the accounts endpoint
Terminal Required
This API cannot be tested directly in the browser due to CORS or security restrictions. Use the generated command below in your terminal.
curl "https://authentication.demandbase.com/api/v1/oauth/token" \
-d "grant_type=client_credentials" \
-d "client_id=" \
-d "client_secret=YOUR_CLIENT_SECRET"