netlify.com

Netlify is a hosting service for the programmable web. It understands your documents and provides an API to handle atomic deploys of websites, manage form submissions, inject JavaScript snippets, and much more. This is a REST-style API that uses JSON for serialization and OAuth 2 for authentication.

🔑 oauth2 120 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (7 total)

pip install netlify-wkd
npm install sdk-build-event-handler-template
npm install sdk-build-event-handler-link-checker-template
extension-showcase ✓ Official
npm install extension-showcase
npm install sdk-example-nextjs-netlify
npm install pulumi-netlify-dns-record
npm install firebase-sdk-with-netlify-functions
curl examples
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /user
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /hooks
**Note:** Environment variable keys and values will soon be moved from `build…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /sites
Endpoints (120 total)
GET
/user
GET
/hooks
GET
/sites
**Note:** Environment variable keys and values will soon be moved from `build…
GET
/accounts
GET
/dns_zones
GET
/services/
GET
/deploy_keys
GET
/hooks/types
GET
/accounts/types
GET
/hooks/{hook_id}
GET
/sites/{site_id}
**Note:** Environment variable keys and values will soon be moved from `build…
GET
/builds/{build_id}
At a glance
Total SDKs7
Languages3
Endpoints120
Authoauth2
Categories1