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