Blueticks
Webhooks

Create webhook

Register a new webhook.

Returns the signing secret exactly once.

Request

curl -X POST "https://api.blueticks.co/v1/webhooks" \  -H "Content-Type: application/json" \  -d '{    "url": "https://example.com/webhooks/blueticks",    "events": [      "message.queued",      "message.sending",      "message.delivered",      "message.read",      "message.failed"    ],    "description": "Delivery lifecycle stream"  }'
POST
/v1/webhooks

Request Body

application/json

Response

Response Body

application/json

application/json