cURL
curl --request GET \ --url https://api.public.chatnode.ai/v1/auth_me \ --header 'Authorization: Bearer <token>'
{ "id": "90", "name": "Default Team", "slug": "default-team" }
Endpoint for checking the validity of your api key.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Authenticate Me response.
The unique identifier for the team associated with the api key.
"90"
The name of the team associated with the api key.
"Default Team"
The slug of the team associated with the api key.
"default-team"