Skip to main content
POST
/
auth
/
verify
Verify Token
curl --request POST \
  --url https://api.yertle.com/auth/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{
  "valid": true,
  "user": {},
  "expires": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.yertle.com/llms.txt

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

Body

application/json

Request model for token verification.

token
string
required

Token to verify

Response

Successful Response

Response model for token verification.

valid
boolean
required

Whether token is valid

user
User · object

User info if token is valid

expires
string | null

Token expiry time