Skip to main content

Exchange a service token for an app token

GET 

/api/auth/token/:accountShortGuid

Validates the service token from the Authorization header against the specified account, then issues a new JWT app token and refresh token pair. The service token must be active and associated with the given account. Requires the service role.

Request

Responses

Returns the JWT app token and refresh token.