List Webhook Event Catalog
GET /v2/ipaas/webhook-events
Required scopes
ipaas:webhooks:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | listWebhookEventCatalog |
| Tags | Catalog |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| category | query | string |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| data * | schema[] | |
| page * | page | |
| meta * | object |
Example request
GET https://api.digitalonboarding.com/v2/ipaas/webhook-events?<query-params>
Authorization: Bearer <partner-token>