cURL
curl --request GET \ --url https://app.d-sports.org/api/user/all \ --header 'Authorization: Bearer <token>'
Returns a paginated list of users with basic profile info and stats. Rate limited to 30 requests per minute.
Clerk session token. Use Authorization: Bearer .
Max 100
Exclude users you already follow
true
{ success, data: { users, total } }
Was this page helpful?