Rate Limiting
Onboarding endpoints are rate limited to keep the platform stable; build your integration to back off and retry.
Onboarding endpoints are rate limited to keep the platform stable for everyone. Build your integration to handle limits gracefully: space out bulk calls, and back off and retry when you're throttled.
Because creates carry an externalId, a retry after a throttled call is safe: PCE returns the resource it already created rather than duplicating it. See Idempotent Requests.
PENDING-PUBLISHThe exact rate limits (the per-key request budget and window), the response returned when a limit is exceeded, and any rate-limit response headers are not confirmable while the boarding spec is out of
reference/. Confirm the rate-limiting contract against the published API Reference before publish.
See also
- Idempotent Requests: safe retries with
externalId - HTTP Response Codes: the status codes onboarding returns
- Getting Started: creating and updating entities
Updated 1 day ago