{ "info": { "_postman_id": "eb9a0894-4f99-4a9e-b134-44a25521f9fe", "name": "Amigo Account Billing API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:00:32.000Z", "updatedAt": "2026-07-28T01:00:32.000Z", "lastUpdatedBy": "35240", "uid": "35240-eb9a0894-4f99-4a9e-b134-44a25521f9fe" }, "item": [ { "name": "v1", "item": [ { "name": "{workspace_id}", "item": [ { "name": "billing", "item": [ { "name": "dashboard", "item": [ { "name": "Get Billing Dashboard", "id": "80c93b74-778c-444b-9f01-cd960e3e66a9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/billing/dashboard", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "dashboard" ], "variable": [ { "id": "4cfff494-7d9c-42bf-ada0-a7d169386892", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Composite billing dashboard \u2014 KPIs, period comparison, top meters, invoice summary.\n\nAll computation is server-side. Frontend is a pure renderer." }, "response": [ { "id": "df496fde-4428-49e4-a674-f92297f17350", "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/billing/dashboard", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "dashboard" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspace_id\": \"\",\n \"current_period_total\": \"\",\n \"previous_period_total\": \"\",\n \"delta_pct\": \"\",\n \"top_meters\": [\n {\n \"meter_key\": \"\",\n \"display_name\": \"\",\n \"value\": \"\",\n \"unit\": \"\",\n \"metering_source\": \"production\"\n },\n {\n \"meter_key\": \"\",\n \"display_name\": \"\",\n \"value\": \"\",\n \"unit\": \"\",\n \"metering_source\": \"production\"\n }\n ],\n \"invoice_status_summary\": {\n \"sunt_6\": \"\",\n \"laboris_056\": \"\"\n },\n \"period_start\": \"\",\n \"period_end\": \"\"\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-df496fde-4428-49e4-a674-f92297f17350" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-80c93b74-778c-444b-9f01-cd960e3e66a9" } ], "id": "ba5eb11b-4966-4bd0-8117-446684a5ba26", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-ba5eb11b-4966-4bd0-8117-446684a5ba26" }, { "name": "usage", "item": [ { "name": "trends", "item": [ { "name": "Get Workspace Usage Trends", "id": "826d54cc-9756-4d26-ae2d-a0e2436ace29", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/billing/usage/trends?days=30&date_from=&date_to=&meter_key=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "usage", "trends" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "meter_key", "value": "" } ], "variable": [ { "id": "cfcd69df-adc0-4f69-8037-7f1ef4800cd6", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Usage time-series per meter for trend charts.\n\nReturns one entry per (period, meter_key) within the date range.\nDefault: last 30 days. Use date_from/date_to for custom ranges." }, "response": [ { "id": "3b5702ab-3279-427d-8d73-d8917500ae0f", "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/billing/usage/trends?days=30&date_from=&date_to=&meter_key=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "usage", "trends" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "meter_key", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"period_start\": \"\",\n \"period_end\": \"\",\n \"meter_key\": \"\",\n \"value\": \"\",\n \"unit\": \"\",\n \"metering_source\": \"production\"\n },\n {\n \"period_start\": \"\",\n \"period_end\": \"\",\n \"meter_key\": \"\",\n \"value\": \"\",\n \"unit\": \"\",\n \"metering_source\": \"production\"\n }\n]", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-3b5702ab-3279-427d-8d73-d8917500ae0f" }, { "id": "9d1ee0e8-4c76-4c48-bbfc-640c63304bd7", "name": "Validation Error", "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/billing/usage/trends?days=30&date_from=&date_to=&meter_key=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "usage", "trends" ], "query": [ { "key": "days", "value": "30" }, { "key": "date_from", "value": "" }, { "key": "date_to", "value": "" }, { "key": "meter_key", "value": "" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-9d1ee0e8-4c76-4c48-bbfc-640c63304bd7" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-826d54cc-9756-4d26-ae2d-a0e2436ace29" } ], "id": "bf08a250-751f-4e9f-b4aa-8dcbd3b82702", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-bf08a250-751f-4e9f-b4aa-8dcbd3b82702" }, { "name": "Get Workspace Usage", "id": "b647203a-61fa-495c-9b5b-93b0911faa34", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/billing/usage", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "usage" ], "variable": [ { "id": "844a2572-7eac-4ba8-a03b-1ecce2e3f421", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Aggregated billing summary \u2014 meters grouped by key, period range, totals.\n\nAll computation is server-side. Frontend is a pure renderer." }, "response": [ { "id": "a85ef01a-3be5-4bfe-9efa-88de50dd97c2", "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/billing/usage", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "usage" ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"nulla_a9f\": \"ut in et aute in\"\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-a85ef01a-3be5-4bfe-9efa-88de50dd97c2" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-b647203a-61fa-495c-9b5b-93b0911faa34" } ], "id": "1f63856a-2f3f-4604-8686-819abb12a4d9", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-1f63856a-2f3f-4604-8686-819abb12a4d9" }, { "name": "invoices", "item": [ { "name": "{invoice_id}", "item": [ { "name": "pdf", "item": [ { "name": "Get Invoice Pdf", "id": "c7b145dc-5162-4360-8f72-4e55de7f95da", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/billing/invoices/:invoice_id/pdf", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "invoices", ":invoice_id", "pdf" ], "variable": [ { "id": "5bcc0ebf-6139-4e10-943b-4edbbf09d9d1", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "28dcaba8-ac23-4526-a41a-c871b81f92a2", "key": "invoice_id", "value": "", "description": "(Required) " } ] }, "description": "Get presigned S3 URL for invoice PDF download \u2014 scoped to workspace's billing customer." }, "response": [ { "id": "7231bf44-58f0-4f63-b21b-42593bc84b28", "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/billing/invoices/:invoice_id/pdf", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "invoices", ":invoice_id", "pdf" ], "variable": [ { "key": "workspace_id" }, { "key": "invoice_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"eiusmod_a\": -11161486\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-7231bf44-58f0-4f63-b21b-42593bc84b28" }, { "id": "66b0fb57-26c2-4954-bb37-7d7d7b55c758", "name": "Validation Error", "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/billing/invoices/:invoice_id/pdf", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "invoices", ":invoice_id", "pdf" ], "variable": [ { "key": "workspace_id" }, { "key": "invoice_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-66b0fb57-26c2-4954-bb37-7d7d7b55c758" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-c7b145dc-5162-4360-8f72-4e55de7f95da" } ], "id": "9d2899cb-fa50-4b6c-bda7-b7675b3549b3", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-9d2899cb-fa50-4b6c-bda7-b7675b3549b3" }, { "name": "Get Workspace Invoice", "id": "d54a86f3-f751-43ba-916b-b42a25b1d847", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/billing/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "invoices", ":invoice_id" ], "variable": [ { "id": "469c51ad-7298-4683-8aeb-45295f5c8c10", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "f98407f9-04bd-42c8-9430-4e02033a0c07", "key": "invoice_id", "value": "", "description": "(Required) " } ] }, "description": "Get invoice detail \u2014 scoped to workspace's billing customer." }, "response": [ { "id": "208caada-ed07-402d-9bcb-8fb8414d7a31", "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/billing/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "invoices", ":invoice_id" ], "variable": [ { "key": "workspace_id" }, { "key": "invoice_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"Excepteure\": 44888857.551404595,\n \"eiusmod435\": \"id enim ipsum\",\n \"Duis5\": false\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-208caada-ed07-402d-9bcb-8fb8414d7a31" }, { "id": "4237affe-0c50-42cd-a04d-7a01844f73d0", "name": "Validation Error", "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/billing/invoices/:invoice_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "invoices", ":invoice_id" ], "variable": [ { "key": "workspace_id" }, { "key": "invoice_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-4237affe-0c50-42cd-a04d-7a01844f73d0" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-d54a86f3-f751-43ba-916b-b42a25b1d847" } ], "id": "29bdb398-4497-4e17-a57b-5ab04fecac0c", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-29bdb398-4497-4e17-a57b-5ab04fecac0c" }, { "name": "List Workspace Invoices", "id": "cf49704d-b3c6-4935-afb4-e1f02ae629c7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/billing/invoices?status=draft&date_from=&date_to=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "invoices" ], "query": [ { "key": "status", "value": "draft" }, { "description": "Filter invoices with period_start on or after this date", "key": "date_from", "value": "" }, { "description": "Filter invoices with period_end on or before this date", "key": "date_to", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "variable": [ { "id": "729adc1b-475c-4654-9d31-7d7447fa5333", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Paginated invoice list for this workspace's billing customer.\n\nSupports status filter and date range." }, "response": [ { "id": "4bf20cff-e87e-447e-bea8-cce1f07a0f72", "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/billing/invoices?status=draft&date_from=&date_to=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "invoices" ], "query": [ { "key": "status", "value": "draft" }, { "description": "Filter invoices with period_start on or after this date", "key": "date_from", "value": "" }, { "description": "Filter invoices with period_end on or before this date", "key": "date_to", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"id\": \"\",\n \"customer_id\": \"\",\n \"invoice_number\": \"\",\n \"period_start\": \"\",\n \"period_end\": \"\",\n \"subtotal\": \"\",\n \"adjustments\": \"\",\n \"total\": \"\",\n \"status\": \"draft\",\n \"line_items\": [\n {\n \"meter_key\": \"\",\n \"quantity\": \"\",\n \"unit_price\": \"\",\n \"total\": \"\",\n \"metering_source\": \"production\",\n \"description\": \"\"\n },\n {\n \"meter_key\": \"\",\n \"quantity\": \"\",\n \"unit_price\": \"\",\n \"total\": \"\",\n \"metering_source\": \"production\",\n \"description\": \"\"\n }\n ],\n \"pdf_s3_key\": \"\",\n \"sent_at\": \"\",\n \"paid_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"customer_id\": \"\",\n \"invoice_number\": \"\",\n \"period_start\": \"\",\n \"period_end\": \"\",\n \"subtotal\": \"\",\n \"adjustments\": \"\",\n \"total\": \"\",\n \"status\": \"sent\",\n \"line_items\": [\n {\n \"meter_key\": \"\",\n \"quantity\": \"\",\n \"unit_price\": \"\",\n \"total\": \"\",\n \"metering_source\": \"production\",\n \"description\": \"\"\n },\n {\n \"meter_key\": \"\",\n \"quantity\": \"\",\n \"unit_price\": \"\",\n \"total\": \"\",\n \"metering_source\": \"production\",\n \"description\": \"\"\n }\n ],\n \"pdf_s3_key\": \"\",\n \"sent_at\": \"\",\n \"paid_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_more\": \"\",\n \"continuation_token\": \"\",\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-4bf20cff-e87e-447e-bea8-cce1f07a0f72" }, { "id": "48fb86df-cac7-4004-96e7-5a0726f89388", "name": "Validation Error", "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/billing/invoices?status=draft&date_from=&date_to=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "billing", "invoices" ], "query": [ { "key": "status", "value": "draft" }, { "description": "Filter invoices with period_start on or after this date", "key": "date_from", "value": "" }, { "description": "Filter invoices with period_end on or before this date", "key": "date_to", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-48fb86df-cac7-4004-96e7-5a0726f89388" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-cf49704d-b3c6-4935-afb4-e1f02ae629c7" } ], "id": "b4a78ab1-3927-472c-9985-c99ce9cf624b", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-b4a78ab1-3927-472c-9985-c99ce9cf624b" } ], "id": "7689444d-fc7e-4cfd-9f33-38e36f707d1e", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-7689444d-fc7e-4cfd-9f33-38e36f707d1e" } ], "id": "c4438341-9275-4d58-a29e-c9b38a28a98a", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-c4438341-9275-4d58-a29e-c9b38a28a98a" }, { "name": "billing", "item": [ { "name": "customers", "item": [ { "name": "{customer_id}", "item": [ { "name": "workspaces", "item": [ { "name": "{workspace_id}", "item": [ { "name": "Detach Workspace", "id": "7ea26818-d1e2-411d-baa3-9361fcb1d0f5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "workspaces", ":workspace_id" ], "variable": [ { "id": "433fb87e-0334-4488-9593-9c614731d71c", "key": "customer_id", "value": "", "description": "(Required) " }, { "id": "ca8e7789-2899-4241-8594-e5359656a3bf", "key": "workspace_id", "value": "", "description": "(Required) " } ] }, "description": "Detach a workspace from a billing customer." }, "response": [ { "id": "8e8d6583-7bb2-4e94-a80a-dcad3397ee2b", "name": "Successful Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "workspaces", ":workspace_id" ], "variable": [ { "key": "customer_id" }, { "key": "workspace_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-8e8d6583-7bb2-4e94-a80a-dcad3397ee2b" }, { "id": "49136372-fc09-4077-81bb-2f246b155cda", "name": "Validation Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/workspaces/:workspace_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "workspaces", ":workspace_id" ], "variable": [ { "key": "customer_id" }, { "key": "workspace_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-49136372-fc09-4077-81bb-2f246b155cda" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-7ea26818-d1e2-411d-baa3-9361fcb1d0f5" } ], "id": "558e0e34-641b-4e0e-afb6-c291d951705c", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-558e0e34-641b-4e0e-afb6-c291d951705c" }, { "name": "Attach Workspace", "id": "aea28568-30a6-468b-834b-cf69f7c09cbf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"workspace_id\": \"\",\n \"environment\": \"production\",\n \"billable\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "workspaces" ], "variable": [ { "id": "96ea177e-8944-497c-94a5-253ff6e7d380", "key": "customer_id", "value": "", "description": "(Required) " } ] }, "description": "Attach a workspace to a billing customer." }, "response": [ { "id": "34d08bdb-489e-4d3e-a02f-63950c47c2f8", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"workspace_id\": \"\",\n \"environment\": \"production\",\n \"billable\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "workspaces" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"voluptate_c\": 6731766,\n \"velit7\": 37291139.12327415,\n \"veniam_a4b\": 96201895\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-34d08bdb-489e-4d3e-a02f-63950c47c2f8" }, { "id": "d05d74de-d76c-4087-b4fd-3326bd9b45fd", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"workspace_id\": \"\",\n \"environment\": \"production\",\n \"billable\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "workspaces" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-d05d74de-d76c-4087-b4fd-3326bd9b45fd" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-aea28568-30a6-468b-834b-cf69f7c09cbf" } ], "id": "895d52ab-8677-4cd9-8a38-75460e8b5151", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-895d52ab-8677-4cd9-8a38-75460e8b5151" }, { "name": "config", "item": [ { "name": "Get Config", "id": "a99c99ca-6d08-4ac9-8822-18b4e8114f6c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/config", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "config" ], "variable": [ { "id": "411062a5-0dde-4fe3-877c-89fa8cdba029", "key": "customer_id", "value": "", "description": "(Required) " } ] }, "description": "Get billing configuration for a customer." }, "response": [ { "id": "4262f3ac-6e7a-41b2-b2ab-b28f7d537244", "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/billing/customers/:customer_id/config", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "config" ], "variable": [ { "key": "customer_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"minim0f\": \"commodo in ipsum consectetur\",\n \"in_e24\": \"cupidatat laborum\"\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-4262f3ac-6e7a-41b2-b2ab-b28f7d537244" }, { "id": "e33dfcd8-c9ca-4b01-8c6c-c4e54827b1f9", "name": "Validation Error", "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/billing/customers/:customer_id/config", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "config" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-e33dfcd8-c9ca-4b01-8c6c-c4e54827b1f9" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-a99c99ca-6d08-4ac9-8822-18b4e8114f6c" }, { "name": "Update Config", "id": "3245925c-74b6-4f5c-b7fb-b4502c1eddb2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"strategy\": \"custom\",\n \"currency\": \"\",\n \"billing_cycle\": \"annual\",\n \"billing_day\": \"\",\n \"price_rules\": [\n {\n \"reprehenderit_c\": 49795517,\n \"sint_024\": -96303164,\n \"autecc3\": 38255702,\n \"irure_e8\": -26450159\n },\n {\n \"ipsum_5a6\": true\n }\n ],\n \"minimum_charge\": \"\",\n \"effective_from\": \"\",\n \"effective_to\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/config", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "config" ], "variable": [ { "id": "06227d4a-f48a-45c3-a2f3-51b0be466a6a", "key": "customer_id", "value": "", "description": "(Required) " } ] }, "description": "Update billing config and price rules." }, "response": [ { "id": "c12475d7-9f0e-4dc9-9994-7f212f752e58", "name": "Successful Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"strategy\": \"custom\",\n \"currency\": \"\",\n \"billing_cycle\": \"annual\",\n \"billing_day\": \"\",\n \"price_rules\": [\n {\n \"reprehenderit_c\": 49795517,\n \"sint_024\": -96303164,\n \"autecc3\": 38255702,\n \"irure_e8\": -26450159\n },\n {\n \"ipsum_5a6\": true\n }\n ],\n \"minimum_charge\": \"\",\n \"effective_from\": \"\",\n \"effective_to\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/config", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "config" ], "variable": [ { "key": "customer_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"nisi_c\": -27612688.08072011,\n \"mollit___4\": 44717428\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-c12475d7-9f0e-4dc9-9994-7f212f752e58" }, { "id": "5c230450-8b91-41d1-bfb1-aae878e9840f", "name": "Validation Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"strategy\": \"custom\",\n \"currency\": \"\",\n \"billing_cycle\": \"annual\",\n \"billing_day\": \"\",\n \"price_rules\": [\n {\n \"reprehenderit_c\": 49795517,\n \"sint_024\": -96303164,\n \"autecc3\": 38255702,\n \"irure_e8\": -26450159\n },\n {\n \"ipsum_5a6\": true\n }\n ],\n \"minimum_charge\": \"\",\n \"effective_from\": \"\",\n \"effective_to\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/config", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "config" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-5c230450-8b91-41d1-bfb1-aae878e9840f" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-3245925c-74b6-4f5c-b7fb-b4502c1eddb2" } ], "id": "e6efa3b4-1c22-4537-bd06-0a583af9d310", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-e6efa3b4-1c22-4537-bd06-0a583af9d310" }, { "name": "usage", "item": [ { "name": "Get Customer Usage", "id": "38a770ba-76a6-4717-8008-3996393d0863", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/usage?date_from=&date_to=&meter_key=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "usage" ], "query": [ { "description": "Filter meter values with period_start on or after", "key": "date_from", "value": "" }, { "description": "Filter meter values with period_end on or before", "key": "date_to", "value": "" }, { "description": "Filter by meter key", "key": "meter_key", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "variable": [ { "id": "8ca3476a-64f6-439d-9e17-3501a89ab139", "key": "customer_id", "value": "", "description": "(Required) " } ] }, "description": "Paginated meter values for a customer with date range and meter filter." }, "response": [ { "id": "73b19f36-a7af-45ab-bcdc-aea409174a8b", "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/billing/customers/:customer_id/usage?date_from=&date_to=&meter_key=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "usage" ], "query": [ { "description": "Filter meter values with period_start on or after", "key": "date_from", "value": "" }, { "description": "Filter meter values with period_end on or before", "key": "date_to", "value": "" }, { "description": "Filter by meter key", "key": "meter_key", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "customer_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"id\": \"\",\n \"customer_id\": \"\",\n \"meter_key\": \"\",\n \"period_start\": \"\",\n \"period_end\": \"\",\n \"value\": \"\",\n \"unit\": \"\",\n \"breakdown\": {\n \"categories\": {\n \"ut_13\": \"\",\n \"magna_3\": \"\"\n }\n },\n \"updated_at\": \"\",\n \"metering_source\": \"production\"\n },\n {\n \"id\": \"\",\n \"customer_id\": \"\",\n \"meter_key\": \"\",\n \"period_start\": \"\",\n \"period_end\": \"\",\n \"value\": \"\",\n \"unit\": \"\",\n \"breakdown\": {\n \"categories\": {\n \"consequat93f\": \"\",\n \"nostruda36\": \"\"\n }\n },\n \"updated_at\": \"\",\n \"metering_source\": \"production\"\n }\n ],\n \"has_more\": \"\",\n \"continuation_token\": \"\",\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-73b19f36-a7af-45ab-bcdc-aea409174a8b" }, { "id": "77a49302-ac43-4162-a7fe-09b227428955", "name": "Validation Error", "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/billing/customers/:customer_id/usage?date_from=&date_to=&meter_key=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "usage" ], "query": [ { "description": "Filter meter values with period_start on or after", "key": "date_from", "value": "" }, { "description": "Filter meter values with period_end on or before", "key": "date_to", "value": "" }, { "description": "Filter by meter key", "key": "meter_key", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "customer_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-77a49302-ac43-4162-a7fe-09b227428955" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-38a770ba-76a6-4717-8008-3996393d0863" } ], "id": "de70f31f-73c5-416c-a694-b0ba6c34dcc4", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-de70f31f-73c5-416c-a694-b0ba6c34dcc4" }, { "name": "invoices", "item": [ { "name": "{invoice_id}", "item": [ { "name": "send", "item": [ { "name": "Send Invoice", "id": "946c3cca-10da-41ca-ba7e-28fdef456d7b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/invoices/:invoice_id/send", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "invoices", ":invoice_id", "send" ], "variable": [ { "id": "e7875628-4fc2-4f7f-8683-6f1b085647be", "key": "customer_id", "value": "", "description": "(Required) " }, { "id": "7f4aa3c3-6d1c-4cf0-9f9b-4e1d2d01f8b8", "key": "invoice_id", "value": "", "description": "(Required) " } ] }, "description": "Mark invoice as sent." }, "response": [ { "id": "f665c4e1-8de8-4351-bbbd-f417a0c56a37", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/invoices/:invoice_id/send", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "invoices", ":invoice_id", "send" ], "variable": [ { "key": "customer_id" }, { "key": "invoice_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"ex0\": 35200392.48559654,\n \"est_8\": false\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-f665c4e1-8de8-4351-bbbd-f417a0c56a37" }, { "id": "289fbc1a-f30e-44df-8a1a-4947dab4c661", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/invoices/:invoice_id/send", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "invoices", ":invoice_id", "send" ], "variable": [ { "key": "customer_id" }, { "key": "invoice_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-289fbc1a-f30e-44df-8a1a-4947dab4c661" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-946c3cca-10da-41ca-ba7e-28fdef456d7b" } ], "id": "bd8d73c2-3522-4b6b-8c57-23fe1ba76b75", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-bd8d73c2-3522-4b6b-8c57-23fe1ba76b75" }, { "name": "paid", "item": [ { "name": "Mark Paid", "id": "f215b1bf-f901-42ca-9c2d-a9142787384a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/invoices/:invoice_id/paid", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "invoices", ":invoice_id", "paid" ], "variable": [ { "id": "251fc986-4341-4fa2-a920-3a7ac2a032e5", "key": "customer_id", "value": "", "description": "(Required) " }, { "id": "03fb16cd-d8b1-4ec1-bda1-e7fec2daddec", "key": "invoice_id", "value": "", "description": "(Required) " } ] }, "description": "Mark invoice as paid." }, "response": [ { "id": "8e788860-8fef-42f5-beca-7692fc7cdb4d", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/invoices/:invoice_id/paid", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "invoices", ":invoice_id", "paid" ], "variable": [ { "key": "customer_id" }, { "key": "invoice_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"proident_cf1\": true\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-8e788860-8fef-42f5-beca-7692fc7cdb4d" }, { "id": "5afc33c4-36ca-45ec-b352-c135d116f2cc", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/invoices/:invoice_id/paid", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "invoices", ":invoice_id", "paid" ], "variable": [ { "key": "customer_id" }, { "key": "invoice_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-5afc33c4-36ca-45ec-b352-c135d116f2cc" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-f215b1bf-f901-42ca-9c2d-a9142787384a" } ], "id": "6a9382b5-319e-41f8-8ce0-d01a725c26d4", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-6a9382b5-319e-41f8-8ce0-d01a725c26d4" }, { "name": "void", "item": [ { "name": "Void Invoice", "id": "9de3fd44-86a1-4967-b865-1c1cefd13478", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/invoices/:invoice_id/void", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "invoices", ":invoice_id", "void" ], "variable": [ { "id": "b91dd63c-9639-48d5-9c82-2f4566322228", "key": "customer_id", "value": "", "description": "(Required) " }, { "id": "31cd13f2-5a31-419a-92e0-f933bd18fb1e", "key": "invoice_id", "value": "", "description": "(Required) " } ] }, "description": "Void an invoice." }, "response": [ { "id": "91b83a7a-0a92-436b-97f5-7945cc543bae", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/invoices/:invoice_id/void", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "invoices", ":invoice_id", "void" ], "variable": [ { "key": "customer_id" }, { "key": "invoice_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"quis46f\": 57550763,\n \"Ut_0\": 19367963\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-91b83a7a-0a92-436b-97f5-7945cc543bae" }, { "id": "007ba84e-fc0c-44f9-b916-200a788e71d4", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/invoices/:invoice_id/void", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "invoices", ":invoice_id", "void" ], "variable": [ { "key": "customer_id" }, { "key": "invoice_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-007ba84e-fc0c-44f9-b916-200a788e71d4" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-9de3fd44-86a1-4967-b865-1c1cefd13478" } ], "id": "14df3298-f4d3-438f-88df-c2508c521d8d", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-14df3298-f4d3-438f-88df-c2508c521d8d" } ], "id": "5be62d04-5689-480d-b172-9993033b0c1f", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-5be62d04-5689-480d-b172-9993033b0c1f" }, { "name": "List Customer Invoices", "id": "f03ad136-79bd-454e-bfe8-1c7f739cdde8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/invoices?status=draft&date_from=&date_to=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "invoices" ], "query": [ { "key": "status", "value": "draft" }, { "description": "Filter invoices with period_start on or after", "key": "date_from", "value": "" }, { "description": "Filter invoices with period_end on or before", "key": "date_to", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "variable": [ { "id": "4f8fd39c-09e2-4bfc-8d9c-07f623650273", "key": "customer_id", "value": "", "description": "(Required) " } ] }, "description": "Paginated invoice list for a customer with status and date filters." }, "response": [ { "id": "7e984ddc-f3e2-4a1b-9079-5033cf17e59c", "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/billing/customers/:customer_id/invoices?status=draft&date_from=&date_to=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "invoices" ], "query": [ { "key": "status", "value": "draft" }, { "description": "Filter invoices with period_start on or after", "key": "date_from", "value": "" }, { "description": "Filter invoices with period_end on or before", "key": "date_to", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "customer_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"id\": \"\",\n \"customer_id\": \"\",\n \"invoice_number\": \"\",\n \"period_start\": \"\",\n \"period_end\": \"\",\n \"subtotal\": \"\",\n \"adjustments\": \"\",\n \"total\": \"\",\n \"status\": \"draft\",\n \"line_items\": [\n {\n \"meter_key\": \"\",\n \"quantity\": \"\",\n \"unit_price\": \"\",\n \"total\": \"\",\n \"metering_source\": \"production\",\n \"description\": \"\"\n },\n {\n \"meter_key\": \"\",\n \"quantity\": \"\",\n \"unit_price\": \"\",\n \"total\": \"\",\n \"metering_source\": \"production\",\n \"description\": \"\"\n }\n ],\n \"pdf_s3_key\": \"\",\n \"sent_at\": \"\",\n \"paid_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"customer_id\": \"\",\n \"invoice_number\": \"\",\n \"period_start\": \"\",\n \"period_end\": \"\",\n \"subtotal\": \"\",\n \"adjustments\": \"\",\n \"total\": \"\",\n \"status\": \"sent\",\n \"line_items\": [\n {\n \"meter_key\": \"\",\n \"quantity\": \"\",\n \"unit_price\": \"\",\n \"total\": \"\",\n \"metering_source\": \"production\",\n \"description\": \"\"\n },\n {\n \"meter_key\": \"\",\n \"quantity\": \"\",\n \"unit_price\": \"\",\n \"total\": \"\",\n \"metering_source\": \"production\",\n \"description\": \"\"\n }\n ],\n \"pdf_s3_key\": \"\",\n \"sent_at\": \"\",\n \"paid_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_more\": \"\",\n \"continuation_token\": \"\",\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-7e984ddc-f3e2-4a1b-9079-5033cf17e59c" }, { "id": "e00701e7-156a-4cd9-adcc-1175902ca591", "name": "Validation Error", "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/billing/customers/:customer_id/invoices?status=draft&date_from=&date_to=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "invoices" ], "query": [ { "key": "status", "value": "draft" }, { "description": "Filter invoices with period_start on or after", "key": "date_from", "value": "" }, { "description": "Filter invoices with period_end on or before", "key": "date_to", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "customer_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-e00701e7-156a-4cd9-adcc-1175902ca591" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-f03ad136-79bd-454e-bfe8-1c7f739cdde8" } ], "id": "7a0d0dd5-6f7a-49a6-b8a9-ba071ddc37c6", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-7a0d0dd5-6f7a-49a6-b8a9-ba071ddc37c6" }, { "name": "generate-invoice", "item": [ { "name": "Generate Invoice", "id": "6c5fd115-1b33-4564-84ad-7d6db555135a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/generate-invoice", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "generate-invoice" ], "variable": [ { "id": "3d1d9b87-0a9f-4131-9d35-90430c4cfca5", "key": "customer_id", "value": "", "description": "(Required) " } ] }, "description": "Generate invoice for the most recently closed billing period.\n\nReads meter_values (populated by Databricks SDP pipeline), applies\nprice rules, computes line items, creates invoice. Idempotent." }, "response": [ { "id": "d9db6d16-3c47-4b37-9885-6bc41fcc5253", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/generate-invoice", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "generate-invoice" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"minim_957\": \"est nostrud in\"\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-d9db6d16-3c47-4b37-9885-6bc41fcc5253" }, { "id": "b2f9b231-6c36-4e9f-bdb0-b6ace482a971", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id/generate-invoice", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id", "generate-invoice" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-b2f9b231-6c36-4e9f-bdb0-b6ace482a971" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-6c5fd115-1b33-4564-84ad-7d6db555135a" } ], "id": "67ce1a43-adcf-48a1-b6d6-f6d360a25f50", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-67ce1a43-adcf-48a1-b6d6-f6d360a25f50" }, { "name": "Get Customer", "id": "ad4718f6-2cc3-4303-b87e-435d017e59be", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id" ], "variable": [ { "id": "b9dd9289-6790-4f6f-9a1d-d772d4a10065", "key": "customer_id", "value": "", "description": "(Required) " } ] }, "description": "Get customer detail with workspace mappings." }, "response": [ { "id": "eb95d1e7-cc41-40cf-bdff-292eb93124ea", "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/billing/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"esse9\": \"sint\"\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-eb95d1e7-cc41-40cf-bdff-292eb93124ea" }, { "id": "75aab9ef-edbb-4bbe-8c9a-33b8b5f197c1", "name": "Validation Error", "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/billing/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-75aab9ef-edbb-4bbe-8c9a-33b8b5f197c1" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-ad4718f6-2cc3-4303-b87e-435d017e59be" }, { "name": "Update Customer", "id": "cca7135d-2ff2-4150-8a5b-d398453feb2b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"billing_email\": \"\",\n \"billing_contact\": \"\",\n \"mercury_memo\": \"\",\n \"address\": {\n \"Excepteur33f\": -83691261,\n \"officia_36\": \"ut ad laborum\"\n },\n \"status\": \"active\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id" ], "variable": [ { "id": "929614ad-4383-48ee-98ce-4218463d56fc", "key": "customer_id", "value": "", "description": "(Required) " } ] }, "description": "Update a billing customer." }, "response": [ { "id": "f4206211-3df1-4b5d-8a42-b7852bc63637", "name": "Successful Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"billing_email\": \"\",\n \"billing_contact\": \"\",\n \"mercury_memo\": \"\",\n \"address\": {\n \"Excepteur33f\": -83691261,\n \"officia_36\": \"ut ad laborum\"\n },\n \"status\": \"active\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id_74\": true,\n \"adipisicing_718\": true,\n \"officia_3\": \"ut aliqua\"\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-f4206211-3df1-4b5d-8a42-b7852bc63637" }, { "id": "e99c874b-fde1-4014-bd32-54bb4c4ef99f", "name": "Validation Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"billing_email\": \"\",\n \"billing_contact\": \"\",\n \"mercury_memo\": \"\",\n \"address\": {\n \"Excepteur33f\": -83691261,\n \"officia_36\": \"ut ad laborum\"\n },\n \"status\": \"active\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/billing/customers/:customer_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers", ":customer_id" ], "variable": [ { "key": "customer_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-e99c874b-fde1-4014-bd32-54bb4c4ef99f" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-cca7135d-2ff2-4150-8a5b-d398453feb2b" } ], "id": "bbc33414-2425-452a-91d4-0304058f7fe9", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-bbc33414-2425-452a-91d4-0304058f7fe9" }, { "name": "List Customers", "id": "7447ef80-a1be-4923-aed8-3395ece07b14", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/billing/customers?status=archived&search=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers" ], "query": [ { "key": "status", "value": "archived" }, { "description": "Search by name or slug", "key": "search", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ] }, "description": "Paginated customer list with optional status filter and search." }, "response": [ { "id": "0aefbacb-9470-4820-95d4-f3650e5916aa", "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/billing/customers?status=archived&search=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers" ], "query": [ { "key": "status", "value": "archived" }, { "description": "Search by name or slug", "key": "search", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"billing_email\": \"\",\n \"billing_contact\": \"\",\n \"mercury_memo\": \"\",\n \"address\": {\n \"line1\": \"\",\n \"line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postal_code\": \"\",\n \"country\": \"US\"\n },\n \"status\": \"archived\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"slug\": \"\",\n \"billing_email\": \"\",\n \"billing_contact\": \"\",\n \"mercury_memo\": \"\",\n \"address\": {\n \"line1\": \"\",\n \"line2\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"postal_code\": \"\",\n \"country\": \"US\"\n },\n \"status\": \"archived\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_more\": \"\",\n \"continuation_token\": \"\",\n \"total\": \"\"\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-0aefbacb-9470-4820-95d4-f3650e5916aa" }, { "id": "0b4c4606-02dc-4a39-b641-14a52868dbc6", "name": "Validation Error", "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/billing/customers?status=archived&search=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers" ], "query": [ { "key": "status", "value": "archived" }, { "description": "Search by name or slug", "key": "search", "value": "" }, { "key": "limit", "value": "10" }, { "key": "continuation_token", "value": "0" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-0b4c4606-02dc-4a39-b641-14a52868dbc6" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-7447ef80-a1be-4923-aed8-3395ece07b14" }, { "name": "Create Customer", "id": "691b8cb8-53ca-42db-b582-100a4c23ba3b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"slug\": \"l-0yz1ctloce\",\n \"billing_email\": \"\",\n \"billing_contact\": \"\",\n \"mercury_memo\": \"\",\n \"address\": {\n \"ad_d\": -21459351.46438819,\n \"veniamca4\": -54934740.53942849,\n \"mollit_3\": -63223034.25317055\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/billing/customers", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers" ] }, "description": "Create a billing customer." }, "response": [ { "id": "fc93c171-833c-4c02-9759-145fa6d2edbc", "name": "Successful Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"slug\": \"l-0yz1ctloce\",\n \"billing_email\": \"\",\n \"billing_contact\": \"\",\n \"mercury_memo\": \"\",\n \"address\": {\n \"ad_d\": -21459351.46438819,\n \"veniamca4\": -54934740.53942849,\n \"mollit_3\": -63223034.25317055\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/billing/customers", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"nostrud_85d\": \"nisi Ut elit amet\",\n \"in_258\": \"labore\",\n \"id94\": true\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-fc93c171-833c-4c02-9759-145fa6d2edbc" }, { "id": "b918b14b-b6b4-4f65-bea6-f5f97635b60c", "name": "Validation Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"slug\": \"l-0yz1ctloce\",\n \"billing_email\": \"\",\n \"billing_contact\": \"\",\n \"mercury_memo\": \"\",\n \"address\": {\n \"ad_d\": -21459351.46438819,\n \"veniamca4\": -54934740.53942849,\n \"mollit_3\": -63223034.25317055\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/billing/customers", "host": [ "{{baseUrl}}" ], "path": [ "v1", "billing", "customers" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-b918b14b-b6b4-4f65-bea6-f5f97635b60c" } ], "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-691b8cb8-53ca-42db-b582-100a4c23ba3b" } ], "id": "5f484205-f3f4-4c3c-8814-76efb8db126a", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-5f484205-f3f4-4c3c-8814-76efb8db126a" } ], "id": "094936a5-09ba-4ada-960e-6ae0d8ccb8a9", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-094936a5-09ba-4ada-960e-6ae0d8ccb8a9" } ], "id": "2b2da904-a227-4ec0-be64-cc5cf638e948", "createdAt": "2026-07-28T01:00:33.000Z", "updatedAt": "2026-07-28T01:00:33.000Z", "uid": "35240-2b2da904-a227-4ec0-be64-cc5cf638e948" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }