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 response is of type object.
object