Get OpenAPI Docs

GET /openapi

Get JSON object, representing OpenAPI specification docs.

Responses

  • 200 application/json

    Successful documentation retrieval.

  • 429 application/json

    Rate limit exceeded - 100 queries per 15 minutes.

    Hide response attributes Show response attributes object
GET /openapi
curl \
 -X GET http://63.141.232.244:25540/v0/openapi
Response examples (200)
string
Response examples (429)
{
  "success": false,
  "error": "Too many requests, please try again later"
}