Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 584 Bytes

limit.md

File metadata and controls

11 lines (7 loc) · 584 Bytes
description
Learn how the limit input parameter works in the Airstack APIs.

🚸 Limit

You can set the pagination limit for Airstack API by using the limit input parameter to adjust the number of responses returned from the API.

By default, the APIs will return 50 responses if the limit is not specified.

You have the option to input an integer up to 200 to the limit input parameter to get the most number of responses per API call. If you need more responses, simply paginate to the next page.