You'll see a 429 error code if you've exceeded the limits associated with your account. 

  • Rate Limited Second - If your requests exceed the per-second rate-limits
  • Rate Limited Minute - If your requests exceed the per-minute rate-limits set on your account
  • Rate Limited Day - If your requests exceed the per-day rate-limits set on your account


We recommend implementing a queue on your end or a retry-logic, so requests that return with this error are sent back after a certain amount of time. 


If none of this works, write to us with details around your implementation and we'll arrange a custom option for you.