Exchange your API key credentials for a Bearer token.
client_id and client_secret to receive a short-lived Bearer token. Tokens are
valid for 24 hours — cache and reuse them instead of requesting a new one per API call.
client_id issued when you created your API key.client_secret issued when you created your API key.https://api-next.dealroom.co.client_credentials.Authorization header of all API requests.Bearer.86400 — 24 hours).access_token from the response and paste it into the Bearer token field in the
API Reference playground. It will be applied to all requests automatically.