Apideck Webhook
Connector for the apideck-webhook API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://unify.apideck.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
eventlogsall— GET /webhook/logs — List event logswebhooksall— GET /webhook/webhooks — List webhook subscriptionswebhooksone— GET /webhook/webhooks/{id} — Get webhook subscriptionwebhooksresolve— POST /webhook/w/{id}/{serviceId} — Resolve and Execute a connection webhookwebhooksadd— POST /webhook/webhooks — Create webhook subscriptionwebhooksdelete— DELETE /webhook/webhooks/{id} — Delete webhook subscription
Inputs
apiKey— your apideck-webhook API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: eventlogsall
apiKey: <your key>