Siirry pääsisältöön

Webhook management APIs

GET WEBHOOK by ID

Retrieve a specific webhook by Id

Method: GET

URL path: /customer/api/webhooks/{webhook-id}

GET WEBHOOK LIST

Retrieve a list of existing webhooks for a partner.

Method: GET

URL path: /customer/api/webhooks

PATCH WEBHOOK

Update Webhook: Change the list of EventType subscriptions, and / or deactivate / reactivate the webhook

Method: PATCH

URL path: /customer/api/webhooks/{webhook-id}

Request body:

{

"eventTypes": Array of Strings

“active”: boolean

}

DELETE WEBHOOK

Delete existing webhook by Id

Method: DELETE

Url path: /customer/api/webhooks/{webhook-id}

Vastasiko tämä kysymykseesi?