cURL
curl --request POST \ --url https://api.getbluma.com/api/v1/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '"<string>"'
{ "id": "<string>", "url": "<string>", "events": [ "<string>" ], "secret": "<string>", "is_active": true, "created_at": "2023-11-07T05:31:56Z", "warning": "<string>" }
Register a webhook endpoint to receive event notifications
Use your API key in the format: Bearer bluma_live_your_api_key_here
Bearer bluma_live_your_api_key_here
The body is of type string.
string
Webhook registered
Webhook secret (shown only once!)