{ "opencollection": "1.0.0", "info": { "name": "Castor EDC / CDMS Audit Trail Metadata API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://data.castoredc.com/api/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "List countries", "type": "http" }, "http": { "method": "GET", "url": "https://data.castoredc.com/api/country" }, "docs": "Lists all countries known to Castor (reference metadata)." }, { "info": { "name": "Retrieve a country", "type": "http" }, "http": { "method": "GET", "url": "https://data.castoredc.com/api/country/:country_id", "params": [ { "name": "country_id", "value": "", "type": "path" } ] }, "docs": "Retrieves a single country by ID." } ] } ], "bundled": true }