Skip to main content
POST
/
login
Get Access Token
curl --request POST \
  --url https://api.us.chkk.io/v1/login \
  --header 'Authorization: <api-key>'
{
  "access_tokens": {},
  "user": {
    "user_id": "<string>",
    "email": "<string>",
    "name": "<string>",
    "profile_picture": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Authorization credentials supplied in the Authorization header.

Response

200 - application/json

Returns organization metadata for authenticated users.

access_tokens
object

Map keyed by org ID. Each entry is an object keyed by account slug that contains the bearer AccessToken for that account.

user
object

Details of the logged in user

I