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.
The response is of type object.
object
Was this page helpful?