List webhook subscriptions
List webhook subscriptions
Retrieve a paginated list of webhook subscriptions for the authenticated project. Returns subscriptions for all CDP product events (onchain, onramp/offramp, wallet, etc.) in descending order by creation time.
Use Cases
- Monitor all active webhook subscriptions across CDP products
- Audit webhook configurations
- Manage subscription lifecycle
GET
List webhook subscriptions
Authorizations
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
Query Parameters
The number of subscriptions to return per page.
Required range:
1 <= x <= 100The token for the next page of subscriptions, if any.
Response
Webhook subscriptions retrieved successfully.