Skip to main content
Use the REST API to create a service programmatically. For the dashboard path, see Create a service.

Endpoint

Requires scope services:write. See Authentication.

Example

Request body

Network IDs

Response

201 with the standard envelope. authConfig values are masked as "***".
  • GET /v1/services — list
  • GET /v1/services/{id} — get
  • PATCH /v1/services/{id} — update
  • DELETE /v1/services/{id} — delete (also deletes paywalls)
See the OpenAPI pages under REST API for full schemas.

Create a paywall

Attach priced routes to this service.