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.
Responses
200
Successfully generated SDK access token.
application/json
400
Bad Request - Invalid input or missing required fields.
application/json
post
/sdk/tokenLast updated
Was this helpful?