{ "opencollection": "1.0.0", "info": { "name": "ShootProof Studio API (Curated Subset) Clients Service Description API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.shootproof.com/oauth2/authorization/new", "accessTokenUrl": "https://auth.shootproof.com/oauth2/authorization/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Service Description", "type": "folder" }, "items": [ { "info": { "name": "Get the Studio API service description", "type": "http" }, "http": { "method": "GET", "url": "https://api.shootproof.com/studio/" }, "docs": "Hypermedia root resource; clients follow its links to discover available operations." } ] } ], "bundled": true }