• API Developer & Reference Guide
    • Reference Guide
        • Login Controller
        • Public API Controller
          • /papi/public/v1/downloadDevices
          • /papi/public/v1/downloadServiceStatus
          • /papi/public/v1/editAdminUser
          • /papi/public/v1/forceRemoveDevices
          • /papi/public/v1/getAdminRoles
          • /papi/public/v1/getAdminUsers
          • /papi/public/v1/getAdminUsersSyncInfo
          • /papi/public/v1/getCompanyInfo
          • /papi/public/v1/getDeviceCleanupInfo
          • /papi/public/v1/getDeviceDetails
          • /papi/public/v1/getDevices
          • /papi/public/v1/getOtp
          • /papi/public/v1/getPasswords
          • /papi/public/v1/getWebPrivacyInfo
          • /papi/public/v1/getZdxGroupEntitlements
          • /papi/public/v1/getZpaGroupEntitlements
          • /papi/public/v1/removeDevices
          • /papi/public/v1/removeMachineTunnel
          • /papi/public/v1/setDeviceCleanupInfo
          • /papi/public/v1/setWebPrivacyInfo
          • /papi/public/v1/syncZiaZdxAdminUsers
          • /papi/public/v1/syncZpaAdminUsers
          • /papi/public/v1/updateZdxGroupEntitlement
          • /papi/public/v1/updateZpaGroupEntitlement
          • /papi/public/v1/web/policy/activate
          • /papi/public/v1/web/policy/edit
          • /papi/public/v1/web/policy/listByCompany
          • /papi/public/v1/web/policy/{policyId}/delete
          • /papi/public/v1/webAppService/listByCompany
          • /papi/public/v1/webFailOpenPolicy/edit
          • /papi/public/v1/webFailOpenPolicy/listByCompany
          • /papi/public/v1/webForwardingProfile/edit
          • /papi/public/v1/webForwardingProfile/listByCompany
          • /papi/public/v1/webForwardingProfile/{profileId}/delete
          • /papi/public/v1/webTrustedNetwork/create
          • /papi/public/v1/webTrustedNetwork/edit
          • /papi/public/v1/webTrustedNetwork/listByCompany
          • /papi/public/v1/webTrustedNetwork/{networkId}/delete

Understanding Rate Limiting

Rate limits throttle the number of API calls you can make for any essential CRUD operation.

For an organization, the system rate limits all endpoints called from a given IP address to 100 API calls per hour except for the /downloadDevices and /downloadServiceStatus endpoints, for which the rate limit is 3 API calls per day.

All rate limits start as soon as the first call is executed. Calls can occur more than once per second, but no more than the limits for each operation type.

Clients subject to rate limits need to back off exponentially to proceed further.