Substy Developers
A P I essentials

Read the OpenAPI specification

GET/openapi.json

Response Body

application/json

curl -X GET "https://example.com/openapi.json"
{  "openapi": "3.1.0",  "info": {    "title": "string",    "version": "string",    "description": "string"  },  "servers": [    {      "url": "http://example.com"    }  ],  "paths": {},  "components": {}}