Skip to main content
GET
/
api
/
user
/
privacy
Get privacy setting
curl --request GET \
  --url https://app.d-sports.org/api/user/privacy \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Response

200

{ isPrivate }