v1

latestOpenAPI 3.0.12026-07-269671357.0 KB
Webhooks

Set/Update Webhook URL

post/v1/webhooks

Request body

urlstring required

Proof will make a POST request to this URL for every event.

headerstring nullable

Proof will add this header to every POST request.

Example request

{
  "url": "http://www.google.com"
}

Response

success

urlstring required

Proof will make a POST request to this URL for every event.

headerstring nullable

Proof will add this header to every POST request.

Example response

{
  "url": "http://www.google.com"
}