zeit.co

zeit.co API

🔑 bearer 5 endpoints hosting
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (1 total)

# See https://github.com/planbnet/fuzzy_zeit

curl examples

Gets a list of domains registered for the authenticating user.
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.zeit.co/v4/domains
Get a domain for the authenticated user by name
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.zeit.co/v4/domains/{name}
Get a list of existent webhooks
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.zeit.co/v1/integrations/webhooks

Endpoints (5 total)

GET
/v4/domains
Gets a list of domains registered for the authenticating user.
GET
/v4/domains/{name}
Get a domain for the authenticated user by name
GET
/v1/integrations/webhooks
Get a list of existent webhooks
POST
/v1/integrations/webhooks
Create a new webhook
DELETE
/v1/integrations/webhooks/:id
Remove a webhook by id

Language coverage

C
1

At a glance

Total SDKs1
Languages1
Endpoints5
Authbearer
Categories1
https://api.zeit.co