Skip to main content
POST
/
api
/
auth
/
validate
Validate token
curl --request POST \
  --url https://app.d-sports.org/api/auth/validate \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "valid": true
  }
}

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Response

Validation result

success
boolean
Example:

true

data
object