Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Netlify serviceInstance API

The serviceInstance API from Netlify — 3 operation(s) for serviceinstance.

Netlify serviceInstance API is one of 35 APIs that Netlify publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include serviceInstance. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, and a getting-started guide.

This API exposes 5 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.0.1, at version 2.33.1.

Requests are made against a single base URL, https://api.netlify.com/api/v1.

5 operations 3 paths 2 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2.33.1
Base URL
https://api.netlify.com/api/v1/
Authentication
OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 1

Netlify serviceInstance API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (netlifyAuth) using the implicit flow. By default, every request must be authenticated.

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

serviceInstance 5
GET
/sites/{site_id}/service-instances
listServiceInstancesForSite 1 param → 200default
POST
/sites/{site_id}/services/{addon}/instances
createServiceInstance 2 params body → 201default
GET
/sites/{site_id}/services/{addon}/instances/{instance_id}
showServiceInstance 3 params → 200default
PUT
/sites/{site_id}/services/{addon}/instances/{instance_id}
updateServiceInstance 3 params body → 204default
DELETE
/sites/{site_id}/services/{addon}/instances/{instance_id}
deleteServiceInstance 3 params → 204default

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are serviceInstance (12 properties), error (2 properties). Each schema is shown below with its type and property counts.

serviceInstance
object
12 properties
error
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

netlify-serviceinstance-api-openapi.yml Raw ↑

Other APIs Netlify publishes across the network.

Netlify accessToken API
Netlify accountMembership API
Netlify accountType API
Netlify Asset API
Netlify assetPublicSignature API
Netlify auditLog API
Netlify Build API
Netlify buildHook API
Netlify buildLogMsg API
Netlify Deploy API
Netlify deployedBranch API
Netlify deployKey API