Skip to main content
PATCH
/
v2
/
notifications
/
webhooks
/
attempts
Update Webhook Event Submission
curl --request PATCH \
  --url https://api.avenia.io:8443/v2/v2/notifications/webhooks/attempts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{}

Update Webhook Event Submission

PATCH request to /v2/notifications/webhooks/attempts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ids
string[]
required

Response

Success

The response is of type object.