Download the public OpenAPI spec (YAML)
GET
/openapi.yaml
const url = 'https://api.useservice.app/openapi.yaml';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.useservice.app/openapi.yamlResponses
Section titled “ Responses ”OpenAPI spec, in YAML
Headers
Section titled “Headers ” Cache-Control
string
Public, short-lived cache