GET
/
auth_me
curl --request GET \
  --url https://api.public.chatnode.ai/v1/auth_me \
  --header 'Authorization: Bearer <token>'
{
  "id": "90",
  "name": "Default Team",
  "slug": "default-team"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Authenticate Me response.

The response is of type object.