cURL
curl --request GET \ --url https://app.d-sports.org/api/user \ --header 'Authorization: Bearer <token>'
suggest=1: suggested users (auth). No id: current user (auth). id and/or handle: public profile.
Clerk session token. Use Authorization: Bearer .
User object or suggestions array
Was this page helpful?