Skip to main content
GET
Validate the authentication token

Authorizations

Authorization
string
header
required

Personal Access Token (PAT) passed in the Authorization header (e.g., Bearer <pat>) for authenticated API requests. PATs are generated via /auth/generate-pat after authenticating through the magic link flow.

Response

Token is valid

success
boolean
Example:

true

user
object