{ "info": { "_postman_id": "bde17bc1-7728-4a1c-b0ad-2577af94cdd4", "name": "Amigo Account Config API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:00:37.000Z", "updatedAt": "2026-07-28T01:00:37.000Z", "lastUpdatedBy": "35240", "uid": "35240-bde17bc1-7728-4a1c-b0ad-2577af94cdd4" }, "item": [ { "name": "v1", "item": [ { "name": "{workspace_id}", "item": [ { "name": "config", "item": [ { "name": "client", "item": [ { "name": "Get client configuration", "id": "5d0ded06-2110-49bc-8d21-61f06e53b1c4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/config/client", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "config", "client" ], "variable": [ { "id": "e5e6952a-eb31-48d5-98c6-2fd36ebffa56", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Return client-safe configuration for the authenticated workspace." }, "response": [ { "id": "1cbeb529-adde-4339-a3b0-d5ba1bfced7e", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/config/client", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "config", "client" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"google_maps_api_key\": \"\"\n}", "createdAt": "2026-07-28T01:00:37.000Z", "updatedAt": "2026-07-28T01:00:37.000Z", "uid": "35240-1cbeb529-adde-4339-a3b0-d5ba1bfced7e" } ], "createdAt": "2026-07-28T01:00:37.000Z", "updatedAt": "2026-07-28T01:00:37.000Z", "uid": "35240-5d0ded06-2110-49bc-8d21-61f06e53b1c4" } ], "id": "4f4f1470-cfaf-41ec-b80d-5ad57d3ae03c", "createdAt": "2026-07-28T01:00:37.000Z", "updatedAt": "2026-07-28T01:00:37.000Z", "uid": "35240-4f4f1470-cfaf-41ec-b80d-5ad57d3ae03c" } ], "id": "e0a1cc06-6f5b-426f-a908-915221869d32", "createdAt": "2026-07-28T01:00:37.000Z", "updatedAt": "2026-07-28T01:00:37.000Z", "uid": "35240-e0a1cc06-6f5b-426f-a908-915221869d32" } ], "id": "3ca0c370-0b20-480a-869d-8c15e1bbe37f", "createdAt": "2026-07-28T01:00:37.000Z", "updatedAt": "2026-07-28T01:00:37.000Z", "uid": "35240-3ca0c370-0b20-480a-869d-8c15e1bbe37f" } ], "id": "b51fc337-4485-4246-8d36-ef2df391b714", "createdAt": "2026-07-28T01:00:37.000Z", "updatedAt": "2026-07-28T01:00:37.000Z", "uid": "35240-b51fc337-4485-4246-8d36-ef2df391b714" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }