Learn how to handle paginated responses in the NeetoForm API.
curl --request GET \ --url "https://{your-workspace}.neetoform.com/api/external/v1/forms?page_number=2&page_size=25" \ --header "X-Api-Key: your-api-key"
{ "forms": [ // ... array of form objects ], "total_count": 150, "current_page": 2, "total_pages": 6 }
total_count