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