API Docs
General usage

Single Sign-On

There are two available SSO options within ChipBot:

  1. OIDC authorization flow
  2. Generic authorization flow

The SSO add-on has a separate cost. Please email support@getchipbot.com for rates and support availability.

Authorization type: Account

Request Example

curl -X "POST" "/api/v2/connect/accounts/{accountId}/auth/email" \
     -H 'Authorization: {token}'
     -d '{
  "email": "email@test.com"
}'

Response Example

{
  "status": "OK",
  "data": {
    "oneTimeUserToken": "eyJhbGciOiJ...",
  },
  "timestamp": "2038-01-28T03:14:08Z"
}

ChipBot



ChipBot Inc.
ChipBot iOS AppChipBot Android App
ChipBot, Inc.© 2024 ChipBot, Inc. All Rights Reserved.