{ "opencollection": "1.0.0", "info": { "name": "Vantage AccessGrants Ping API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Ping", "type": "folder" }, "items": [ { "info": { "name": "ping", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v2/ping", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This is a health check endpoint that can be used to determine Vantage API healthiness. It will return 200 if everything is running smoothly." } ] } ], "bundled": true }