Customers can make use of CloudHealth API's across REST and GraphQL to perform automations related to the platform, and using data from the platform.
There are limits to the rate at which customers can poll both the REST and GraphQL API.
| Endpoint type | Limit | Level |
| GraphQL | 60 per minute | Per Client |
| REST | 30 per minute | Per Client |
If you're making use of an automation that polls either the GraphQL or Rest APIs please ensure that you add a delay to any automation to ensure that the above rate limits are not breached.
In the case of a breach the request will be blocked, and you will receive a 429 response error code.