createWebhook
Create webhooks
post/createWebhook
Headers
AUTHORIZATIONstring required
Your merchant private API key
Request body
Response
200
Example response
{
"url": "http://carloslugones.com",
"secret": "hi",
"events": [
"all"
]
}Create webhooks
Your merchant private API key
200
{
"url": "http://carloslugones.com",
"secret": "hi",
"events": [
"all"
]
}