Authenticate your first API request
Authenticate API calls safely with a scoped private token.
Make an authenticated request
Create a private API token with only the scopes your integration needs. Store it in a secrets manager and never commit it to source control.
Authorization: Bearer YOUR_TOKENSend the token over HTTPS, check the response status, and implement retry handling for temporary failures.