Resource Management API

Tamer Moustafa
Tamer Moustafa ✭✭✭✭
edited 09/22/23 in API & Developers

Hello,

I would like to ask about the number of API calls that can be done per minute using resource management API, or generally what is limitation ?

Best Answer

  • Ryan Kramer
    Ryan Kramer ✭✭✭✭✭
    Answer ✓

    I think it is somewhere around a 100 calls every minute or so.

    I’ve found that if you send say 20 though in the first few seconds it may throw an error on API limit exceeded.

    So there is likely a second restriction there but generally whenever I have a multithreaded process that does spring up large clusters of requests, I will add waits and re-tries in the code just to mitigate this issue.

    Ryan

Answers

  • Ryan Kramer
    Ryan Kramer ✭✭✭✭✭
    Answer ✓

    I think it is somewhere around a 100 calls every minute or so.

    I’ve found that if you send say 20 though in the first few seconds it may throw an error on API limit exceeded.

    So there is likely a second restriction there but generally whenever I have a multithreaded process that does spring up large clusters of requests, I will add waits and re-tries in the code just to mitigate this issue.

    Ryan