BlitzReels
BlitzReelsDocumentation
API Reference
GET
/webhooks

Authorization

ApiKeyAuth
Authorization<token>

Use Bearer br_live_....

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

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