There are two available SSO options within ChipBot:
The SSO add-on has a separate cost. Please email support@getchipbot.com for rates and support availability.
Authorization type: Account
curl -X "POST" "/api/v2/connect/accounts/{accountId}/auth/email" \
-H 'Authorization: {token}'
-d '{
"email": "email@test.com"
}'
{
"status": "OK",
"data": {
"oneTimeUserToken": "eyJhbGciOiJ...",
},
"timestamp": "2038-01-28T03:14:08Z"
}