Create user session token

Body
required
application/json
  • externalId
    Type: string
    required

    Partner-defined business identifier

Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/user-session-token
curl https://api-sandbox.tryslatehq.com/user-session-token \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: YOUR_SECRET_TOKEN' \
  --data '{
  "externalId": "biz_123"
}'
{
  "token": "fake_token"
}