{ "opencollection": "1.0.0", "info": { "name": "api-onboarding Account Usage Country API", "version": "v1" }, "items": [ { "info": { "name": "Country", "type": "folder" }, "items": [ { "info": { "name": "Get countries", "type": "http" }, "http": { "method": "GET", "url": "/onboarding/v1/countries", "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Returns a list of all countries." }, { "info": { "name": "Get Document Types", "type": "http" }, "http": { "method": "GET", "url": "/onboarding/v1/countries/:country_code/document_types", "params": [ { "name": "country_code", "value": "", "type": "path", "description": "Two or three character ISO code for the country." } ], "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "docs": "Returns a list of acceptable ID documents for the country specified." } ] } ], "bundled": true }