POST
/
login
curl --request POST \
  --url https://api.us-east-1.aws.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.

The response is of type object.