{ "info": { "_postman_id": "2015f258-8b70-4fdc-8068-61f05d288f87", "name": "Komerce Payment Service Cost API", "description": "Komerce Payment Service API \u2014 list payment methods (bank Virtual Account and QRIS),\ncreate a payment transaction, check payment status, cancel a Virtual Account payment,\nand receive HMAC-SHA256 signed callbacks. Authentication is a header API key\n(`x-api-key`) \u2014 the same key used for Komerce Shipping (RajaOngkir). Hosted payment\npages are served at https://pay.komerce.id/{token} (sandbox: https://pay-sandbox.komerce.id/{token}).\n\n\nContact Support:\n Name: RajaOngkir Support\n Email: support@rajaongkir.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "lastUpdatedBy": "35240", "uid": "35240-2015f258-8b70-4fdc-8068-61f05d288f87" }, "item": [ { "name": "calculate", "item": [ { "name": "domestic-cost", "item": [ { "name": "Calculate domestic shipping cost", "id": "caab2a33-9fd1-4aa4-8773-98145ee68f78", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) Destination id of the origin, from searchDomesticDestination.", "key": "origin", "value": "" }, { "description": "(Required) Destination id of the destination, from searchDomesticDestination.", "key": "destination", "value": "" }, { "description": "(Required) Package weight in grams.", "key": "weight", "value": "" }, { "description": "(Required) Courier code, or colon-separated list of courier codes.", "key": "courier", "value": "" }, { "description": "Sort/selection of shipping cost \u2014 lowest or highest.", "key": "price", "value": "highest" } ] }, "url": { "raw": "{{baseUrl}}/calculate/domestic-cost", "host": [ "{{baseUrl}}" ], "path": [ "calculate", "domestic-cost" ] }, "description": "Estimate shipping cost between two Indonesian destination ids for one or more couriers." }, "response": [ { "id": "93162bb1-37a6-4e1c-b20c-69cc7cfd2d6c", "name": "Available courier services with cost and ETD", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) Destination id of the origin, from searchDomesticDestination.", "key": "origin", "value": "" }, { "description": "(Required) Destination id of the destination, from searchDomesticDestination.", "key": "destination", "value": "" }, { "description": "(Required) Package weight in grams.", "key": "weight", "value": "" }, { "description": "(Required) Courier code, or colon-separated list of courier codes.", "key": "courier", "value": "" }, { "description": "Sort/selection of shipping cost \u2014 lowest or highest.", "key": "price", "value": "highest" } ] }, "url": { "raw": "{{baseUrl}}/calculate/domestic-cost", "host": [ "{{baseUrl}}" ], "path": [ "calculate", "domestic-cost" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"meta\": {\n \"message\": \"\",\n \"code\": \"\",\n \"status\": \"\"\n },\n \"data\": [\n {\n \"name\": \"\",\n \"code\": \"\",\n \"service\": \"\",\n \"description\": \"\",\n \"cost\": \"\",\n \"etd\": \"\"\n },\n {\n \"name\": \"\",\n \"code\": \"\",\n \"service\": \"\",\n \"description\": \"\",\n \"cost\": \"\",\n \"etd\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-93162bb1-37a6-4e1c-b20c-69cc7cfd2d6c" }, { "id": "5f95fb0e-1b8f-4356-b0ed-7beb3c0cd5d1", "name": "Invalid or missing parameters", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) Destination id of the origin, from searchDomesticDestination.", "key": "origin", "value": "" }, { "description": "(Required) Destination id of the destination, from searchDomesticDestination.", "key": "destination", "value": "" }, { "description": "(Required) Package weight in grams.", "key": "weight", "value": "" }, { "description": "(Required) Courier code, or colon-separated list of courier codes.", "key": "courier", "value": "" }, { "description": "Sort/selection of shipping cost \u2014 lowest or highest.", "key": "price", "value": "highest" } ] }, "url": { "raw": "{{baseUrl}}/calculate/domestic-cost", "host": [ "{{baseUrl}}" ], "path": [ "calculate", "domestic-cost" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-5f95fb0e-1b8f-4356-b0ed-7beb3c0cd5d1" }, { "id": "7a05990b-4569-4eb8-abbb-f68c79614b79", "name": "Missing or invalid API key", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) Destination id of the origin, from searchDomesticDestination.", "key": "origin", "value": "" }, { "description": "(Required) Destination id of the destination, from searchDomesticDestination.", "key": "destination", "value": "" }, { "description": "(Required) Package weight in grams.", "key": "weight", "value": "" }, { "description": "(Required) Courier code, or colon-separated list of courier codes.", "key": "courier", "value": "" }, { "description": "Sort/selection of shipping cost \u2014 lowest or highest.", "key": "price", "value": "highest" } ] }, "url": { "raw": "{{baseUrl}}/calculate/domestic-cost", "host": [ "{{baseUrl}}" ], "path": [ "calculate", "domestic-cost" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-7a05990b-4569-4eb8-abbb-f68c79614b79" } ], "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-caab2a33-9fd1-4aa4-8773-98145ee68f78" } ], "id": "d6dc3165-9684-41a6-b2be-40d1f36b0d21", "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-d6dc3165-9684-41a6-b2be-40d1f36b0d21" }, { "name": "international-cost", "item": [ { "name": "Calculate international shipping cost", "id": "b0ba6253-a872-4259-bfce-8b46bc676130", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "origin", "value": "" }, { "description": "(Required) ", "key": "destination", "value": "" }, { "description": "(Required) Package weight in grams.", "key": "weight", "value": "" }, { "description": "(Required) ", "key": "courier", "value": "" }, { "key": "price", "value": "lowest" } ] }, "url": { "raw": "{{baseUrl}}/calculate/international-cost", "host": [ "{{baseUrl}}" ], "path": [ "calculate", "international-cost" ] }, "description": "Estimate international shipping cost between an Indonesian origin and a worldwide destination." }, "response": [ { "id": "82ca36f9-e567-4ab9-aa7d-6e014cf9b905", "name": "Available international courier services with cost, currency and ETD", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "origin", "value": "" }, { "description": "(Required) ", "key": "destination", "value": "" }, { "description": "(Required) Package weight in grams.", "key": "weight", "value": "" }, { "description": "(Required) ", "key": "courier", "value": "" }, { "key": "price", "value": "lowest" } ] }, "url": { "raw": "{{baseUrl}}/calculate/international-cost", "host": [ "{{baseUrl}}" ], "path": [ "calculate", "international-cost" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"meta\": {\n \"message\": \"\",\n \"code\": \"\",\n \"status\": \"\"\n },\n \"data\": [\n {\n \"name\": \"\",\n \"code\": \"\",\n \"service\": \"\",\n \"description\": \"\",\n \"cost\": \"\",\n \"etd\": \"\",\n \"currency\": \"\",\n \"currency_updated_at\": \"\",\n \"currency_value\": \"\"\n },\n {\n \"name\": \"\",\n \"code\": \"\",\n \"service\": \"\",\n \"description\": \"\",\n \"cost\": \"\",\n \"etd\": \"\",\n \"currency\": \"\",\n \"currency_updated_at\": \"\",\n \"currency_value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-82ca36f9-e567-4ab9-aa7d-6e014cf9b905" }, { "id": "72b66b97-8aaa-461a-8447-bdd5b349f07c", "name": "Invalid or missing parameters", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "origin", "value": "" }, { "description": "(Required) ", "key": "destination", "value": "" }, { "description": "(Required) Package weight in grams.", "key": "weight", "value": "" }, { "description": "(Required) ", "key": "courier", "value": "" }, { "key": "price", "value": "lowest" } ] }, "url": { "raw": "{{baseUrl}}/calculate/international-cost", "host": [ "{{baseUrl}}" ], "path": [ "calculate", "international-cost" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-72b66b97-8aaa-461a-8447-bdd5b349f07c" }, { "id": "3db6ce3b-d705-4965-a532-5d3a5a729c72", "name": "Missing or invalid API key", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "origin", "value": "" }, { "description": "(Required) ", "key": "destination", "value": "" }, { "description": "(Required) Package weight in grams.", "key": "weight", "value": "" }, { "description": "(Required) ", "key": "courier", "value": "" }, { "key": "price", "value": "lowest" } ] }, "url": { "raw": "{{baseUrl}}/calculate/international-cost", "host": [ "{{baseUrl}}" ], "path": [ "calculate", "international-cost" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-3db6ce3b-d705-4965-a532-5d3a5a729c72" } ], "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-b0ba6253-a872-4259-bfce-8b46bc676130" } ], "id": "d6f87db5-e781-4458-9e6b-b2ec06c8d412", "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-d6f87db5-e781-4458-9e6b-b2ec06c8d412" }, { "name": "district", "item": [ { "name": "domestic-cost", "item": [ { "name": "Calculate domestic cost from district/subdistrict ids", "id": "72bc7ab0-3340-4dfa-978a-267f92825636", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "origin", "value": "" }, { "description": "(Required) ", "key": "destination", "value": "" }, { "description": "(Required) ", "key": "weight", "value": "" }, { "description": "(Required) ", "key": "courier", "value": "" }, { "key": "price", "value": "lowest" } ] }, "url": { "raw": "{{baseUrl}}/calculate/district/domestic-cost", "host": [ "{{baseUrl}}" ], "path": [ "calculate", "district", "domestic-cost" ] }, "description": "Form-based cost calculation using district or subdistrict ids obtained from the cascading province/city/district/subdistrict endpoints." }, "response": [ { "id": "729ee8b9-c3c5-443d-a979-1087eb93b993", "name": "Available courier services with cost and ETD", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "origin", "value": "" }, { "description": "(Required) ", "key": "destination", "value": "" }, { "description": "(Required) ", "key": "weight", "value": "" }, { "description": "(Required) ", "key": "courier", "value": "" }, { "key": "price", "value": "lowest" } ] }, "url": { "raw": "{{baseUrl}}/calculate/district/domestic-cost", "host": [ "{{baseUrl}}" ], "path": [ "calculate", "district", "domestic-cost" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-729ee8b9-c3c5-443d-a979-1087eb93b993" }, { "id": "e5db8685-4446-489a-9fdf-d399f82ce15d", "name": "Invalid or missing parameters", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "origin", "value": "" }, { "description": "(Required) ", "key": "destination", "value": "" }, { "description": "(Required) ", "key": "weight", "value": "" }, { "description": "(Required) ", "key": "courier", "value": "" }, { "key": "price", "value": "lowest" } ] }, "url": { "raw": "{{baseUrl}}/calculate/district/domestic-cost", "host": [ "{{baseUrl}}" ], "path": [ "calculate", "district", "domestic-cost" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-e5db8685-4446-489a-9fdf-d399f82ce15d" }, { "id": "ed7305c5-ded8-483d-8c06-67a0c90cb32b", "name": "Missing or invalid API key", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/x-www-form-urlencoded" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "description": "(Required) ", "key": "origin", "value": "" }, { "description": "(Required) ", "key": "destination", "value": "" }, { "description": "(Required) ", "key": "weight", "value": "" }, { "description": "(Required) ", "key": "courier", "value": "" }, { "key": "price", "value": "lowest" } ] }, "url": { "raw": "{{baseUrl}}/calculate/district/domestic-cost", "host": [ "{{baseUrl}}" ], "path": [ "calculate", "district", "domestic-cost" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-ed7305c5-ded8-483d-8c06-67a0c90cb32b" } ], "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-72bc7ab0-3340-4dfa-978a-267f92825636" } ], "id": "169624d3-6f5f-4462-b1c6-147eeb74b8ba", "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-169624d3-6f5f-4462-b1c6-147eeb74b8ba" } ], "id": "07396a90-53c0-4496-b1ba-c50ccf18dc75", "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-07396a90-53c0-4496-b1ba-c50ccf18dc75" } ], "id": "bdb2284f-3acc-4200-9b4a-c7417255cd4f", "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-bdb2284f-3acc-4200-9b4a-c7417255cd4f" }, { "name": "tariff", "item": [ { "name": "api", "item": [ { "name": "v1", "item": [ { "name": "calculate", "item": [ { "name": "Calculate delivery price", "id": "e85f573c-327d-4599-8891-91822014d319", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/tariff/api/v1/calculate?shipper_destination_id=&receiver_destination_id=&origin_pin_point=&destination_pin_point=&weight=&item_value=&cod=false", "host": [ "{{baseUrl}}" ], "path": [ "tariff", "api", "v1", "calculate" ], "query": [ { "description": "(Required) ", "key": "shipper_destination_id", "value": "" }, { "description": "(Required) ", "key": "receiver_destination_id", "value": "" }, { "description": "(Required) Origin geolocation as \"latitude,longitude\" \u2014 required for instant courier estimation.", "key": "origin_pin_point", "value": "" }, { "description": "(Required) Destination geolocation as \"latitude,longitude\".", "key": "destination_pin_point", "value": "" }, { "description": "(Required) Weight in kilograms; use a dot for decimal values.", "key": "weight", "value": "" }, { "description": "(Required) Item price.", "key": "item_value", "value": "" }, { "description": "yes/no \u2014 when yes the response reports COD coverage for the route.", "key": "cod", "value": "false" } ] }, "description": "Retrieve shipping cost estimates grouped by regular, cargo and instant service across the integrated 3PL couriers." }, "response": [ { "id": "4543216e-e7bb-4a24-ac07-dc2bf782d498", "name": "Cost options grouped by service type", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/tariff/api/v1/calculate?shipper_destination_id=&receiver_destination_id=&origin_pin_point=&destination_pin_point=&weight=&item_value=&cod=false", "host": [ "{{baseUrl}}" ], "path": [ "tariff", "api", "v1", "calculate" ], "query": [ { "description": "(Required) ", "key": "shipper_destination_id", "value": "" }, { "description": "(Required) ", "key": "receiver_destination_id", "value": "" }, { "description": "(Required) Origin geolocation as \"latitude,longitude\" \u2014 required for instant courier estimation.", "key": "origin_pin_point", "value": "" }, { "description": "(Required) Destination geolocation as \"latitude,longitude\".", "key": "destination_pin_point", "value": "" }, { "description": "(Required) Weight in kilograms; use a dot for decimal values.", "key": "weight", "value": "" }, { "description": "(Required) Item price.", "key": "item_value", "value": "" }, { "description": "yes/no \u2014 when yes the response reports COD coverage for the route.", "key": "cod", "value": "false" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"meta\": {\n \"message\": \"\",\n \"code\": \"\",\n \"status\": \"\"\n },\n \"data\": {}\n}", "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-4543216e-e7bb-4a24-ac07-dc2bf782d498" }, { "id": "ae2253fb-a7ed-4589-aae2-c11756632940", "name": "Missing or invalid API key", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "url": { "raw": "{{baseUrl}}/tariff/api/v1/calculate?shipper_destination_id=&receiver_destination_id=&origin_pin_point=&destination_pin_point=&weight=&item_value=&cod=false", "host": [ "{{baseUrl}}" ], "path": [ "tariff", "api", "v1", "calculate" ], "query": [ { "description": "(Required) ", "key": "shipper_destination_id", "value": "" }, { "description": "(Required) ", "key": "receiver_destination_id", "value": "" }, { "description": "(Required) Origin geolocation as \"latitude,longitude\" \u2014 required for instant courier estimation.", "key": "origin_pin_point", "value": "" }, { "description": "(Required) Destination geolocation as \"latitude,longitude\".", "key": "destination_pin_point", "value": "" }, { "description": "(Required) Weight in kilograms; use a dot for decimal values.", "key": "weight", "value": "" }, { "description": "(Required) Item price.", "key": "item_value", "value": "" }, { "description": "yes/no \u2014 when yes the response reports COD coverage for the route.", "key": "cod", "value": "false" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-ae2253fb-a7ed-4589-aae2-c11756632940" } ], "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-e85f573c-327d-4599-8891-91822014d319" } ], "id": "2abd76f8-377a-4c98-b585-26c22dd31d37", "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-2abd76f8-377a-4c98-b585-26c22dd31d37" } ], "id": "fb494326-8f25-40ec-bd52-3004e0c77c9a", "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-fb494326-8f25-40ec-bd52-3004e0c77c9a" } ], "id": "34938918-4fcb-49d3-94e5-005bdda15596", "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-34938918-4fcb-49d3-94e5-005bdda15596" } ], "id": "00a9cdd4-034d-4fab-88df-1427f661cedc", "createdAt": "2026-07-28T02:00:42.000Z", "updatedAt": "2026-07-28T02:00:42.000Z", "uid": "35240-00a9cdd4-034d-4fab-88df-1427f661cedc" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.collaborator.komerce.id/user" } ] }