cURL
curl --request POST \ --url https://api.cognee.ai/api/v1/auth/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>" } '
200
Example
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "[email protected]", "is_active": true, "is_superuser": false, "is_verified": false, "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?