cURL
curl --request GET \ --url https://app.d-sports.org/api/user/star-status \ --header 'Authorization: Bearer <token>'
Check whether the authenticated user has starred the given user.
Clerk session token. Use Authorization: Bearer .
{ success: true, data: { starred: boolean } }
Was this page helpful?