Zeit
Connector for the zeit API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.zeit.co - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getwebhooks— GET /v1/integrations/webhooks — Get a list of existent webhooksgetdomains— GET /v4/domains — Gets a list of domains registered for the authenticating user.getdomain— GET /v4/domains/{name} — Get a domain for the authenticated user by namecreatewebhook— POST /v1/integrations/webhooks — Create a new webhookdeletewebhooks— DELETE /v1/integrations/webhooks/:id — Remove a webhook by id
Inputs
apiKey— your zeit 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: getwebhooks
apiKey: <your key>