Using fuzzy_zeit with zeit.co

C integration

Install
# See https://github.com/planbnet/fuzzy_zeit
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
SDK on GitHub 📄 API Docs
SDK
fuzzy_zeit
C
API
zeit.co
zeit.co
Other SDKs for zeit.co
CH-JaDi-Rajput1
At a glance
Language C
Endpoints5
Base URLhttps://api.zeit.co