Check API token status
Returns the validity and metadata of the bearer token supplied in the request.
Use this endpoint to verify that an API key or session token is present, active,
and unexpired before making authenticated calls.
No authentication is required to call this endpoint — it accepts any request,
including those with no token at all. When a token is absent the token.status
field is "missing" and token.active is false. When a token is present but
invalid (expired, malformed, or referencing an unknown user) token.active is
false and token.status describes the failure reason. When the token is valid,
token.active is true, token.status is "active", and user is populated
with the authenticated user's profile.
Check API token status Returns the validity and metadata of the bearer token supplied in the request. Use this endpoint to verify that an API key or session token is present, active, and unexpired before making authenticated calls. No authentication is required to call this endpoint — it accepts any request, including those with no token at all. When a token is absent the
token.statusfield is"missing"andtoken.activeisfalse. When a token is present but invalid (expired, malformed, or referencing an unknown user)token.activeisfalseandtoken.statusdescribes the failure reason. When the token is valid,token.activeistrue,token.statusis"active", anduseris populated with the authenticated user's profile.