Webhooks

Create Webhook

post/v1/webhooks

Request body

urlstring string required

The URL to which webhook would send requests

Example request

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

Response

A webhook config

urlstring string required

The URL to which webhook would send requests

endpointIdstring string required

Internal ID of endpoint

eventsstring[] required

Example response

{
  "url": "https://www.google.com",
  "endpointId": "ep_2pqPuj665SJeVw8DkU3pkZq1njL",
  "events": []
}

Changes

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