cURL
curl --request GET \ --url https://app.d-sports.org/api/user/sync-clerk \ --header 'Authorization: Bearer <token>'
Clerk session token. Use Authorization: Bearer .
{ success, user }
Was this page helpful?