
Netlify is a public API providing netlify is a hosting service for the programmable web.
All requests require an OAuth 2.0 access token exchanged from your client credentials.
Authorization: Bearer $ACCESS_TOKEN| Method | Path | Description |
|---|---|---|
| GET | https://docs.netlify.com/api/get-started/ | Primary API endpoint. |
curl -X GET "https://docs.netlify.com/api/get-started/" \ -H "Accept: application/json"