PublicApiTokenResponse
Successful OAuth 2.0 client-credentials token response. Use the returned access token as a Bearer token in the Authorization header of subsequent API requests.
- accessType: string
_token The OAuth 2.0 access token. Send it on subsequent API calls in the
Authorizationheader asBearer <access_token>. Treat it as an opaque, confidential credential. - expiresType: integer Format: int32
_in The lifetime of the access token in seconds from the time it was issued. Request a new token before it expires.
- tokenType: string
_type The type of token issued. Always
Bearerfor this endpoint, indicating the token is used as an HTTP Bearer credential.