Automette docs

List webhook subscriptions

GET
/api/v1/webhooks

Authorization

ApiKeyAuth
AuthorizationBearer <token>

API key from Settings → API Keys.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/webhooks"
[  {    "id": "string",    "url": "http://example.com",    "events": [      "render.completed"    ],    "enabled": true,    "failure_count": 0,    "template_id": "string",    "created_at": "2019-08-24T14:15:22Z",    "updated_at": "2019-08-24T14:15:22Z"  }]