API Rate Limits
Terraswitch permits 1000 API calls every 24 hours. A response with the HTTP error code 429 will be returned for calls that go beyond this cap. See example response below
A good way to handle limits is to build a retry mechanism around the 429 status codes when received.
Last updated