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

The response is of type object.