cURL
curl --request GET \ --url https://app.d-sports.org/api/user/search \ --header 'Authorization: Bearer <token>'
Full-text search across user name, handle, and bio. Returns paginated results with follower stats.
Clerk session token. Use Authorization: Bearer .
1
{ success: true, data: { users, total, page, totalPages, query } }
Was this page helpful?