Re-send webhooks

Log in to see full request history

Webhooks can be re-sent. A list of webhook ids or event ids identifying the webhooks must be provided. A maximum of 100 ids is allowed for each request.

Returns an array of Webhooks, containing all the webhooks which has been scheduled for re-send. The webhooks state will have been changed back to pending.

Body Params
array of strings
required

List of ids for webhooks to resend. The ids can be either webhook ids or event ids. A maximum of 100 ids is allowed.

webhooks*
Responses

Response body
array of objects
object
string
required

Unique webhook id assigned by Reepay

string
required

Event id of the event this webhook is for

string
required

The webhook state, one of the following: pending, retrying, disabled, failed, completed

pending retrying disabled failed completed

string
required

Webhook url

string

Optional basic auth username

string

Optional basic auth password (masked)

string
required

JSON content of the webhook

date-time
required

Creation date in ISO-8601 extended offset date-time format.

date-time

Date of successful invocation in ISO-8601 extended offset date-time format.

int32
required

Number of invocations performed

date-time

Date of last failed invocation in ISO-8601 extended offset date-time format.

date-time

Date of first failed invocation in ISO-8601 extended offset date-time format.

int32

Number of failed invocations before an alert email is sent

date-time

Date when an optional alert email sending was requested in ISO-8601 extended offset date-time format.

Language
Credentials
: