Sign up
      Docs
      • Zoo Design Studio
      • Zoo Developer Tools
        • API
          • Authentication
          • Errors
          • ML
          • Modeling
          • API Calls
          • API Tokens
          • File
          • Meta
          • Orgs
            • Get an org.
            • Update an org.
            • Create an org.
            • List members of your org.
            • Add a member to your org.
            • Get a member of your org.
            • Update a member of your org.
            • Remove a member from your org.
            • Get the privacy settings for an org.
            • Update the privacy settings for an org.
            • Get the SAML identity provider.
            • Update the SAML identity provider.
            • Create a SAML identity provider.
            • Delete an SAML identity provider.
            • Get the shortlinks for an org.
            • Get a user's org.
          • Payments
          • Service Accounts
          • Shortlinks
          • Unit
          • Users
        • CLI
        • Tutorials
      • KCL Language Reference
      • KCL Standard Library
      • KCL Samples
      • Glossary
      • FAQ

      API → OrgsGet the privacy settings for an org

      Parameters

      No parameters

      Returns

      • 200 OK

        successful operation

        Name

        Type

        Req.

        body

        object
        optional
        Object Properties
        • can_train_on_data

          boolean
          optional
      get
      /org/privacy
      $ curl "https://api.zoo.dev/org/privacy" \
      	--header "Authorization: Bearer $TOKEN"
      200 OK
      Response
      {
        "can_train_on_data": true
      }