Exchange your API key for a short-lived access token. Access tokens are valid for 1 hour and should be used in the Authorization header for all API requests.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Your API key obtained from the Beam dashboard. Format: bm_key_xxxxxxxxxxxxx
"bm_key_xxxxxxxxxxxxx"
Access token generated successfully
JWT access token to be used in Authorization header as Bearer token. Valid for 10 minutes.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Refresh token used to obtain new access tokens when they expire. Store this securely.
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."