Rate Limiting
The breathe API supports a maximum of 60 requests in 60 seconds per customer. If you exceed this limit, you will receive the following response:
{
"error": {
"type": "Rate Limit Reached"
}
}
The HTTP status code will be 429