Upcoming API Rate Limit Changes – Action Required
Important Notice: API Rate Limit Updates
We’re introducing new global rate limits for a set of Group Allotment and reference data REST API endpoints (including Companies and Travel Agents).
These endpoints return low‑change data and are intended to be used with caching and webhooks, rather than continuous polling. The changes below are designed to improve platform stability and ensure consistent performance for all partners.
Why this change is being made
We’ve observed sustained high‑volume polling on several Group Allotment endpoints that return low‑change data. In most cases, these resources are expected to be:
- Cached after initial retrieval
- Refreshed only when changes occur via webhook notifications
Continuous polling creates unnecessary load and can impact overall platform performance.
What’s changing (Effective Date: February 23, 2026)
The following endpoints will be limited to 60 requests per minute:
GET /groupAllotmentsGET /groupAllotments/{id}GET /groupAllotments/{id}/allotmentsGET /groupAllotments/{id}/companiesGET /groupAllotments/{id}/travelAgentsGET /companiesGET /travelAgents
Webhooks (recommended approach)
Webhooks should be used as the primary mechanism for detecting changes:
Group Allotments
- Events: create, update, delete
- Payload includes
groupAllotmentId, which can be used to re‑query the specific resource if needed
Agents
- Events: create, update
- Payload includes
agentIdfor retrieving updated agent details
Using webhooks avoids unnecessary polling and ensures updates are processed only when changes occur.
Webhook schema:
Webhooks
What you need to do
- Cache responses from the affected endpoints
- Use webhooks to detect changes
- Re‑query only the affected resource when a webhook event is received
- Avoid continuous polling
- Ensure any manual refreshes stay within the new rate limits
Enforcement
- Rate limits are applied globally
- Sustained traffic above the limits may be throttled or blocked
Need help?
If you have questions or would like assistance reviewing your implementation, please contact API Support:
Partner & API Support