Skip to main content

Limitations

The REST Data API has the following limitations:

  • All customers must not exceed a maximum of 150 requests in a 10 second period.
    • If the limit is exceeded, you will receive error responses with the 429 Too Many Requests status code for a period of one minute, after which time you may continue making API calls again.
  • The /activations/list call can return a maximum of 100 activations in a single call.
  • The /activations/latest and /activations/:id calls can return a maximum of 1,000 entries in a single call.
  • The /experience/participants call can return a maximum of 100 participants in a single call.

Listing limitations can be avoided by using pagination.