SpaceMediaSpaceMedia
Endpoint referenceAuthentication

Create API Token

POST
/api/v1/token

Exchange organization API credentials for a bearer token. Store the returned access_token securely, send it in the Authorization header, and refresh it before expires_at instead of retrying failed protected calls.

Header Parameters

X-Api-Key*string

Organization API key.

X-Api-Secret*string

Organization API secret. Never expose this in browser code.

Response Body

application/json

application/json

application/json

application/json

Was this page helpful?