Docs
Webhooks

List webhooks

GET/webhooks
AuthorizationBearer <token>

Enter your API key with the bc_ prefix

In: header

Response Body

application/json

curl -X GET "https://example.com/webhooks"
{  "data": [    {      "createdAt": "2019-08-24T14:15:22Z",      "events": [        "string"      ],      "id": "string",      "isActive": true,      "recentDeliveries": [        {}      ],      "secret": "string",      "updatedAt": "2019-08-24T14:15:22Z",      "url": "http://example.com"    }  ],  "success": true}