Create user session token
Body
required
application/json
- Type: stringexternal
Id requiredPartner-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"
}