cURL
curl --request POST \ --url https://app.d-sports.org/api/auth/validate \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "valid": true } }
Validates the Bearer token.
Clerk session token. Use Authorization: Bearer .
Validation result
true
Show child attributes
Was this page helpful?