Webhook
Create webhook
POST
https://widget.blinger.io/api/external/v1/webhooks
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
Authorization
string
Authorization Token.
Request Body
Name
Type
Description
url
string
Webhook url.
{
"status": 200,
"data": {
"id": "f3f5e2ea-cc20-43cb-b609-7afdf9899afa",
"url": "https://www.yoururl.com/62a7c920-d2f4-4e1b-bb1b-ba8dddadaab6",
"createdAt": 1562231752,
"updatedAt": 1562244363
}
}
Remove webhook
DELETE
https://widget.blinger.io/api/external/v1/webhooks
Headers
Name
Type
Description
Authorization
string
Authorization Token.
Last updated
Was this helpful?