Skip to content
Logo

OpenAPI

Retrieve the machine-readable OpenAPI 3.x specification for the Mure API v2.

GET /openapi.json

Response

Returns a JSON object containing the full OpenAPI specification for the API, including all groups, endpoints, schemas, and examples.

Usage

Use this endpoint to generate clients, validate requests, or power interactive documentation. The spec is generated from the live API definition and is kept in sync with deployed behavior.