Skip to main content
POST
Exchange an API key for an access token

Authorizations

Authorization
string
header
required

A machine-client token from POST /v1/auth/client-token. Provisioning and user management need the pulse.write scope; reads need pulse.read.

Body

application/json
client_id
null | string
required
client_secret
null | string
required
requested_scopes
null | string[]
required

Response

OK

access_token
string
required
token_type
string
required
expires_in
required
expires_at
string<date-time>
required
subject_type
string
required