JavaScript
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));
{}
Returns the OpenAPI 3.1 specification for this API in JSON format
OpenAPI specification
The response is of type object.
object
Was this page helpful?