Skip to main content
GET
/
api
/
openapi.json
Get OpenAPI Specification
const options = {method: 'GET'};

fetch('https://api.emitkit.com/api/openapi.json', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{}

Response

200 - application/json

OpenAPI specification

The response is of type object.