Update webhooks

Log in to see full request history

Webhooks can be updated and re-sent in one operation. New URL, optional HTTP username, optional HTTP password, and 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 updated webhooks. The webhooks state will have been set to pending.

Body Params
webhooks
array of strings
required

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

webhooks*
string
required
length ≥ 1

New webhook url

string

Optional basic auth username

string

Optional basic auth password

Responses

Response body
array of objects
object
string
required
length ≥ 1

Unique webhook id assigned by Frisbii

string
required
length ≥ 1

Event id of the event this webhook is for

string
required
length ≥ 1

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

pending retrying disabled failed completed

string
required
length ≥ 1

Webhook url

string

Optional basic auth username

string

Optional basic auth password (masked)

string
required
length ≥ 1

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
: