{ "info": { "_postman_id": "ad7a67c7-5475-4472-a6d2-04cac9cbb65d", "name": "Unified.to account carrier API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:22:58.000Z", "updatedAt": "2026-07-28T03:22:59.000Z", "lastUpdatedBy": "35240", "uid": "35240-ad7a67c7-5475-4472-a6d2-04cac9cbb65d" }, "item": [ { "name": "shipping", "item": [ { "name": "{connection_id}", "item": [ { "name": "carrier", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Carrier", "id": "33ea12e9-9e28-4589-9129-3fa73360c960", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/carrier/:id?fields=logo_url&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "carrier", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "logo_url" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "ff6afb17-abe6-424b-90fd-517314c5e553", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "cfa6b9bd-30d3-42ec-8898-788176b1a931", "key": "id", "value": "", "description": "(Required) ID of the Carrier" } ] } }, "response": [ { "id": "6769e6e3-2592-492d-aad3-dacb06fe803e", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/carrier/:id?fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "carrier", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"logo_url\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"est_426\": 44037652\n },\n \"updated_at\": \"\",\n \"website_url\": \"\"\n}", "createdAt": "2026-07-28T03:22:59.000Z", "updatedAt": "2026-07-28T03:22:59.000Z", "uid": "35240-6769e6e3-2592-492d-aad3-dacb06fe803e" } ], "createdAt": "2026-07-28T03:22:59.000Z", "updatedAt": "2026-07-28T03:22:59.000Z", "uid": "35240-33ea12e9-9e28-4589-9129-3fa73360c960" } ], "id": "b909ad29-ed80-4245-bd1d-cf063ef12bc8", "createdAt": "2026-07-28T03:22:59.000Z", "updatedAt": "2026-07-28T03:22:59.000Z", "uid": "35240-b909ad29-ed80-4245-bd1d-cf063ef12bc8" }, { "name": "List All Carriers", "id": "079ef9e1-0cb9-4eaa-b53b-9cb3bbb101a5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/carrier?limit=&offset=&updated_gte=&sort=&order=&query=&fields=logo_url&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "carrier" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "logo_url" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "8ad9cbe7-5bb6-4146-b9f1-cd35983f45f8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "44b753d0-b1af-4fb0-a5e0-95c5caa1244a", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/shipping/:connection_id/carrier?limit=&offset=&updated_gte=&sort=&order=&query=&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "shipping", ":connection_id", "carrier" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "created_at" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"code\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"logo_url\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"reprehenderit_1c\": \"reprehenderit voluptate Ut\",\n \"officia_75\": -60996801.29057039\n },\n \"updated_at\": \"\",\n \"website_url\": \"\"\n },\n {\n \"code\": \"\",\n \"created_at\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"logo_url\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"minim_d58\": \"consectetur\",\n \"exercitation_f\": false,\n \"cillum_80\": 85952116.90076715\n },\n \"updated_at\": \"\",\n \"website_url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:22:59.000Z", "updatedAt": "2026-07-28T03:22:59.000Z", "uid": "35240-44b753d0-b1af-4fb0-a5e0-95c5caa1244a" } ], "createdAt": "2026-07-28T03:22:59.000Z", "updatedAt": "2026-07-28T03:22:59.000Z", "uid": "35240-079ef9e1-0cb9-4eaa-b53b-9cb3bbb101a5" } ], "id": "660ac89f-c2dd-4c49-b234-c1685754ad7b", "createdAt": "2026-07-28T03:22:59.000Z", "updatedAt": "2026-07-28T03:22:59.000Z", "uid": "35240-660ac89f-c2dd-4c49-b234-c1685754ad7b" } ], "id": "5ed55dd4-394f-4a1c-bf65-a256683cc308", "createdAt": "2026-07-28T03:22:59.000Z", "updatedAt": "2026-07-28T03:22:59.000Z", "uid": "35240-5ed55dd4-394f-4a1c-bf65-a256683cc308" } ], "id": "bb8344db-4375-4915-8e44-60160061e05d", "createdAt": "2026-07-28T03:22:59.000Z", "updatedAt": "2026-07-28T03:22:59.000Z", "uid": "35240-bb8344db-4375-4915-8e44-60160061e05d" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }