v1

latestOpenAPI 3.0.02026-07-26167441.9 MB

Authenticate Whitelabel User

Authenticates a whitelabel user and returns a JWT embed token.

post/organizations/authenticate

Request body

user_idstring uuid required

UUID of the whitelabel user.

Response

OK

access_tokenstring

JWT token for the whitelabel user.

token_typestring
expires_ininteger

Example response

{
  "token_type": "Bearer",
  "expires_in": 86400
}