List webhooks
Webhooks
List webhooks
Get a paginated list of all webhooks for the organization.
GET
List webhooks
You can filter webhooks by their active status using the
For example: ?is_active=true
is_active query parameter.For example: ?is_active=true
Authorizations
API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.
Query Parameters
Cursor for fetching the next page of results. Use the value from the previous response's 'after' field.
Cursor for fetching the previous page of results. Use the value from the previous response's 'before' field.
Number of items per page (1-100, default: 20)
Required range:
1 <= x <= 100Field to order results by
Sort direction
Available options:
asc, desc Filter by active status
Response
Paginated list of webhooks
Paginated response wrapper for list endpoints. Uses cursor-based pagination with after/before parameters.

