Authentication API

post

Generates an SDK access token for the provided email.

Authorizations
x-api-keystringRequired
Body
emailstring · emailRequired

The email address of the user requesting the token.

expiry_minutesinteger · min: 1Optional

Optional token lifetime in minutes (default 60).

Default: 60
Responses
chevron-right
200

Successfully generated SDK access token.

application/json
successbooleanRequired

Indicates if the request was successful.

identifierstringRequired

Identifier for the response, e.g., 'auth_successful'.

post
/sdk/token

Last updated

Was this helpful?