Question

API Call Limit - Trying to Understand

  • 16 May 2024
  • 0 replies
  • 26 views

Userlevel 6
Badge +2

We are setting up to pass some data to another system that does not have a connector available.

If I use and endpoint and the end of the call (page size = 200) returns the following.

    "count": 200,
"has_more_data": true,
"cursor": null,
"current_page": 1,
"current_page_size": 200,
"total_page_count": 87,
"total_count": 17306

Is that 1 call? Or 200 calls?

If it is one, then 87 calls would get my data, but that seems too good to be true.


0 replies

Be the first to reply!

Reply