GET
/
sdk
/
auth
/
{api_key}
curl --request GET \
  --url https://backend.trychatter.ai/sdk/auth/{api_key}
{
  "user_id": "USER_ID",
  "msg": "User found"
}

Path Parameters

api_key
string
required

Response

200
application/json
Successful Response
user_id
string
required

The ID of the user

Example:

"USER_ID"

msg
string
required

Message indicating success

Example:

"User found"