{ "info": { "_postman_id": "cb7145c4-00d3-43a1-9059-2f5485d68846", "name": "api-onboarding Account Usage Currency API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:28:09.000Z", "updatedAt": "2026-07-28T01:28:09.000Z", "lastUpdatedBy": "35240", "uid": "35240-cb7145c4-00d3-43a1-9059-2f5485d68846" }, "item": [ { "name": "v1", "item": [ { "name": "currencies", "item": [ { "name": "supported", "item": [ { "name": "Get Supported Currencies", "id": "2e7551d9-abf8-484e-ae84-a71d8d47420c", "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/currencies/supported", "host": [ "{{baseUrl}}" ], "path": [ "v1", "currencies", "supported" ] }, "description": "Returns a list of supported currencies." }, "response": [ { "id": "ffd4b2e1-1121-48dd-b97d-a344f3dd5ddc", "name": "List of supported currencies.", "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/currencies/supported", "host": [ "{{baseUrl}}" ], "path": [ "v1", "currencies", "supported" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": {\n \"currencies\": [\n {\n \"id\": \"\",\n \"iso3\": \"\",\n \"name\": \"\",\n \"supported\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"iso3\": \"\",\n \"name\": \"\",\n \"supported\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:28:10.000Z", "updatedAt": "2026-07-28T01:28:10.000Z", "uid": "35240-ffd4b2e1-1121-48dd-b97d-a344f3dd5ddc" } ], "createdAt": "2026-07-28T01:28:10.000Z", "updatedAt": "2026-07-28T01:28:10.000Z", "uid": "35240-2e7551d9-abf8-484e-ae84-a71d8d47420c" } ], "id": "85fb9273-169a-42db-a91f-aa0acfe667a4", "createdAt": "2026-07-28T01:28:10.000Z", "updatedAt": "2026-07-28T01:28:10.000Z", "uid": "35240-85fb9273-169a-42db-a91f-aa0acfe667a4" } ], "id": "1de39ac6-c7e7-4243-be1e-7e6741fe7d1e", "createdAt": "2026-07-28T01:28:10.000Z", "updatedAt": "2026-07-28T01:28:10.000Z", "uid": "35240-1de39ac6-c7e7-4243-be1e-7e6741fe7d1e" } ], "id": "74f2fb3e-0a20-4bfa-b349-6176bfbb0cc8", "createdAt": "2026-07-28T01:28:10.000Z", "updatedAt": "2026-07-28T01:28:10.000Z", "uid": "35240-74f2fb3e-0a20-4bfa-b349-6176bfbb0cc8" } ], "variable": [ { "key": "baseUrl", "value": "/onboarding" } ] }