cURL
curl --request GET \ --url https://app.d-sports.org/api/user/all \ --header 'Authorization: Bearer <token>'
Paginated list of all onboarded users. Rate-limited to 30 req/min.
Clerk session token. Use Authorization: Bearer .
Max users to return
1 <= x <= 100
Exclude users the caller already follows
true
false
{ users, total }
Was this page helpful?