GET /traps
GETtraps
Retrieve all monitored spam trap IP addresses and domains
Query Parameters
offset string
Number of items to skip before starting to return results
limit string
Maximum number of items to return per request
ip string
Filter by IP address substring
domain string
Filter by domain substring
netmask string
Filter by netmask
profile_id string
Filter by profile ID
Returns
- dataarray
- idstringUnique identifier of the trap entry
- ipstringTrap IP address
- domainstringTrap domain associated with the IP address
- verifiedbooleanIndicates whether this trap entry has been verified
- created_atstringTimestamp when the trap entry was created
- updated_atstringTimestamp when the trap entry was last updated
- idstring
- metaobjectPagination metadata for list responses
- countintegerTotal number of items available
- offsetintegerNumber of items skipped
- limitintegerMaximum number of items returned per request
- countinteger
Error Codes
400 Bad Request
Bad Request
401 Unauthorized
Unauthorized
403 Forbidden
Forbidden
500 Internal Server Error
Internal server error