Webhook Endpoints

partner/webhook/resend

This endpoint will resend the webhook notification associated with the provided event ID. This is useful if you missed a webhook or if you need to reprocess a webhook.

The event ID can be fetched using the GET /partner/webhooks endpoint.

post/partner/webhook/resend

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Changes

No recorded changes to this endpoint across all 1 revision of this API.