v1

latestOpenAPI 3.1.02026-07-1421034.9 KB

createWebhook

Create webhooks

post/createWebhook

Headers

AUTHORIZATIONstring required

Your merchant private API key

Request body

Response

200

urlstring
secretstring
eventsstring[]

Example response

{
  "url": "http://carloslugones.com",
  "secret": "hi",
  "events": [
    "all"
  ]
}