Webhook

Create webhook

POST https://widget.blinger.io/api/external/v1/webhooks

This endpoint allows you to get free cakes.

Headers

NameTypeDescription

Authorization

string

Authorization Token.

Request Body

NameTypeDescription

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

NameTypeDescription

Authorization

string

Authorization Token.

Last updated