API → Orgs → Get the privacy settings for an org
Parameters
No parameters
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
get
/org/privacy$ curl "https://api.zoo.dev/org/privacy" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"can_train_on_data": false
}