Skip to main content
POST
/
auth
/
logout
User logout
curl --request POST \
  --url https://api.anycheck.ai/auth/logout \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": null
}

Documentation Index

Fetch the complete documentation index at: https://docs.fintelite.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token obtained from /auth/login endpoint.

Example:

Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Response

Logout successful

success
boolean
Example:

true

data
object
Example:

null