Authenticate and obtain access credentials for authorized operations.
cURL
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>" } }
Authorization credentials supplied in the Authorization header.
Returns organization metadata for authenticated users.
Map keyed by org ID. Each entry is an object keyed by account slug that contains the bearer AccessToken for that account.
Show child attributes
Details of the logged in user
Was this page helpful?