Issue an access token
Exchange API key credentials for a short-lived ES256 JWT access token. Authenticate with HTTP Basic: the username is the API key’s client_id (a UUID) and the password is its client_secret. Send the returned access_token as Authorization: Bearer <token> on every subsequent Platform API call.
POST
Issue an access token
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Headers
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.
Issue an access token