{ "info": { "_postman_id": "ca24e2d9-a864-407b-95b2-9303bf9ff144", "name": "api-onboarding Account Usage Country API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:28:08.000Z", "updatedAt": "2026-07-28T01:28:08.000Z", "lastUpdatedBy": "35240", "uid": "35240-ca24e2d9-a864-407b-95b2-9303bf9ff144" }, "item": [ { "name": "v1", "item": [ { "name": "countries", "item": [ { "name": "{country_code}", "item": [ { "name": "document_types", "item": [ { "name": "Get Document Types", "id": "cf8b2892-e914-4edc-8368-64d3ec6a2a34", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-Auth-Token", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/countries/:country_code/document_types", "host": [ "{{baseUrl}}" ], "path": [ "v1", "countries", ":country_code", "document_types" ], "variable": [ { "id": "edaa5cf9-516f-4494-bd0f-9764dc725426", "key": "country_code", "value": "", "description": "(Required) Two or three character ISO code for the country." } ] }, "description": "Returns a list of acceptable ID documents for the country specified." }, "response": [ { "id": "7b2405d4-f998-47a8-a117-edbd09c0e4d0", "name": "Get country document types (ISO3).", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-Auth-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/countries/:country_code/document_types", "host": [ "{{baseUrl}}" ], "path": [ "v1", "countries", ":country_code", "document_types" ], "variable": [ { "key": "country_code" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"document_types\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T01:28:09.000Z", "updatedAt": "2026-07-28T01:28:09.000Z", "uid": "35240-7b2405d4-f998-47a8-a117-edbd09c0e4d0" }, { "id": "25bb6d92-3783-478f-abca-b2288d40e29a", "name": "Incorrect country sent in params", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-Auth-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/countries/:country_code/document_types", "host": [ "{{baseUrl}}" ], "path": [ "v1", "countries", ":country_code", "document_types" ], "variable": [ { "key": "country_code" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error_code\": \"\",\n \"reason\": \"\",\n \"error_messages\": {}\n}", "createdAt": "2026-07-28T01:28:09.000Z", "updatedAt": "2026-07-28T01:28:09.000Z", "uid": "35240-25bb6d92-3783-478f-abca-b2288d40e29a" } ], "createdAt": "2026-07-28T01:28:09.000Z", "updatedAt": "2026-07-28T01:28:09.000Z", "uid": "35240-cf8b2892-e914-4edc-8368-64d3ec6a2a34" } ], "id": "02ee87a3-0406-4d86-84ea-987054ddfb55", "createdAt": "2026-07-28T01:28:09.000Z", "updatedAt": "2026-07-28T01:28:09.000Z", "uid": "35240-02ee87a3-0406-4d86-84ea-987054ddfb55" } ], "id": "fb1dfa47-95a5-4e41-9267-129bcde190e6", "createdAt": "2026-07-28T01:28:09.000Z", "updatedAt": "2026-07-28T01:28:09.000Z", "uid": "35240-fb1dfa47-95a5-4e41-9267-129bcde190e6" }, { "name": "Get countries", "id": "6f64d8cf-717e-4d37-84ba-70c2791ed5d6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-Auth-Token", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/countries", "host": [ "{{baseUrl}}" ], "path": [ "v1", "countries" ] }, "description": "Returns a list of all countries." }, "response": [ { "id": "3921a8b8-d936-4d42-bfe4-2e7af647ceaa", "name": "List of countries.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-Auth-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/countries", "host": [ "{{baseUrl}}" ], "path": [ "v1", "countries" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"countries\": [\n {\n \"id\": \"\",\n \"iso2\": \"\",\n \"iso3\": \"\",\n \"name\": \"\",\n \"eea_country\": \"\",\n \"permitted_jurisdiction\": \"\",\n \"dial_code\": \"\",\n \"document_types\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"iso2\": \"\",\n \"iso3\": \"\",\n \"name\": \"\",\n \"eea_country\": \"\",\n \"permitted_jurisdiction\": \"\",\n \"dial_code\": \"\",\n \"document_types\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:28:09.000Z", "updatedAt": "2026-07-28T01:28:09.000Z", "uid": "35240-3921a8b8-d936-4d42-bfe4-2e7af647ceaa" } ], "createdAt": "2026-07-28T01:28:09.000Z", "updatedAt": "2026-07-28T01:28:09.000Z", "uid": "35240-6f64d8cf-717e-4d37-84ba-70c2791ed5d6" } ], "id": "07199c11-1abc-49ab-9a78-9922e8db214c", "createdAt": "2026-07-28T01:28:09.000Z", "updatedAt": "2026-07-28T01:28:09.000Z", "uid": "35240-07199c11-1abc-49ab-9a78-9922e8db214c" } ], "id": "4ab8396a-2948-4a41-a9d5-573dc390a714", "createdAt": "2026-07-28T01:28:09.000Z", "updatedAt": "2026-07-28T01:28:09.000Z", "uid": "35240-4ab8396a-2948-4a41-a9d5-573dc390a714" } ], "variable": [ { "key": "baseUrl", "value": "/onboarding" } ] }