Download the public OpenAPI spec (JSON)
GET
/openapi.json
const url = 'https://api.useservice.app/openapi.json';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.jsonResponses
Section intitulée « Responses »OpenAPI spec, in JSON
Media type application/json
object
key
additional properties
any
Example generated
{}Headers
Section intitulée « Headers » Cache-Control
string
Public, short-lived cache