Skip to main content
POST
Issue an access token

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

x-api-version
string | null

Selects the partner API version to use, in semver form x.y.z (e.g. 2.0.0). Optional; the service default version is used when omitted.

Response

Access token issued.

access_token
string
required

Signed ES256 JWT.

expires_in
integer<int64>
required

Lifetime of the token in seconds.

token_type
string
required

Always Bearer.