cURL
curl --request POST \ --url https://api.sand.getivy.de/api/service/webhook-subscription/list \ --header 'Content-Type: application/json' \ --header 'X-Ivy-Api-Key: <api-key>' \ --data '{ "limit": 10, "skip": 1 }'
{ "items": [ { "id": "<any>", "merchant": "<any>", "merchantApp": "<any>", "url": "<string>", "events": [ "test" ], "createdAt": "<any>", "updatedAt": "<any>" } ], "skip": 1, "hasNext": true, "count": 0 }
Lists all webhook subscriptions that are registered for the merchant. The results are paginated and provided in chronological order.
API key for authentication
Returns a list of webhook subscriptions.
The response is of type object.
object