Articles in this section

Can I filter and paginate API results?

Yes. Many PhishingBox API endpoints support parameters that help narrow results and control how much data is returned at one time. For GET requests, the documentation notes that request values can also be passed as query string parameters, which is useful when retrieving filtered lists of records. Depending on the endpoint, available filters may include values such as IDs, date ranges, types, verification status, or other resource-specific fields.

Some endpoints also support pagination using fields like limit and offset. For example, campaign action results are limited to 100 records per call, so larger result sets should be retrieved across multiple requests by adjusting the offset. This helps keep API responses manageable and makes it easier to sync PhishingBox data into external reporting tools, dashboards, or internal systems without overloading a single request.

Was this article helpful?
0 out of 0 found this helpful