BlitzReels
BlitzReelsDocumentation
API Reference
GET
/webhooks/{webhookId}

Authorization

ApiKeyAuth
Authorization<token>

Use Bearer br_live_....

In: header

Path Parameters

webhookId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/webhooks/string"
{  "id": "string",  "url": "string",  "events": [    "string"  ],  "secret": "string",  "created_at": "string"}