API → UsersGet the privacy settings for a user

Parameters

No parameters

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
get
/user/privacy
$ curl "https://api.zoo.dev/user/privacy" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "can_train_on_data": false
}