Webhooks
Create Webhook
post/v1/webhooks
Request body
Example request
{
"url": "https://www.google.com"
}Response
A webhook config
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.