Skip to main content
POST
Authenticate Whitelabel User
Authenticates a whitelabel user and returns a JWT embed token. This token can be used for subsequent authenticated requests on behalf of the whitelabel user.

Authorizations

PUBLIC-API-KEY
string
header
default:<Your PUBLIC-API-KEY>
required
PRIVATE-SECRET-KEY
string
header
default:<Your PRIVATE-SECRET-KEY>
required

Body

application/json
user_id
string<uuid>
required

UUID of the whitelabel user.

Response

OK

access_token
string

JWT token for the whitelabel user.

token_type
string
Example:

"Bearer"

expires_in
integer
Example:

86400