List subscriptions
Webhook Subscriptions
List subscriptions
Lists the subscriptions in your organization (cursor-paginated). Note the plural subscriptions path - distinct from the singular get-by-id. secret is never included.
GET
List subscriptions
Authorizations
API key passed as a Bearer token in the Authorization header: Authorization: Bearer <YOUR_API_KEY>.
Query Parameters
Max items per page, 1-100. Omitting it returns 400; a value > 100 returns 400.
Required range:
1 <= x <= 100Cursor from a previous response's next_page_token; omit for the first page.

