Authorizations
- Authorization string required header
Bearer token provided by Ansehn. Send it in the Authorization header using the format: Bearer .
Response
application/json- authenticated boolean
- timestamp string (date-time)
Operations
Confirms that the caller supplied a valid Bearer token and can access protected API endpoints.
/authentication-check Check authenticated API access
curl --request GET \
--url 'https://api.ansehn.com/v1/authentication-check' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'{
"authenticated": true,
"timestamp": "2026-07-23T12:27:31.911Z"
}Authentication succeeded.
Bearer token provided by Ansehn. Send it in the Authorization header using the format: Bearer .