Request a token
Send your credentials to the authenticate endpoint.Token response
The API responds with a token string you must store securely.Use the token
After you have the token, include it in the Authorization header on every request.The token does not expire automatically. Store it securely, rotate it if you suspect exposure, and never expose it in client-side code or public repositories.
Request a token
Send your credentials to the authenticate endpoint.Token response
The API responds with a token string you must store securely.Use the token
After you have the token, include it in the Authorization header on every request.The token does not expire automatically. Store it securely, rotate it if you suspect exposure, and never expose it in client-side code or public repositories.
