{ "info": { "_postman_id": "5ee630be-befc-4704-952e-d86ea11d699c", "name": "Unified.to account taxrate 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:26:57.000Z", "updatedAt": "2026-07-28T03:26:57.000Z", "lastUpdatedBy": "35240", "uid": "35240-5ee630be-befc-4704-952e-d86ea11d699c" }, "item": [ { "name": "accounting", "item": [ { "name": "{connection_id}", "item": [ { "name": "taxrate", "item": [ { "name": "{id}", "item": [ { "name": "Remove a taxrate", "id": "7ca8a54f-1bec-4269-9bde-8bf6826c3845", "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": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "variable": [ { "id": "43fd4a12-7d21-4dce-9d06-d5a09e39102c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7170a625-a208-49aa-8659-c6fc4e9217e0", "key": "id", "value": "", "description": "(Required) ID of the Taxrate" } ] } }, "response": [ { "id": "246a224b-41d2-4f10-93d5-828b68530138", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-246a224b-41d2-4f10-93d5-828b68530138" }, { "id": "7a56e73d-1c70-4bba-a12e-eb5226ce2e0e", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-7a56e73d-1c70-4bba-a12e-eb5226ce2e0e" } ], "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-7ca8a54f-1bec-4269-9bde-8bf6826c3845" }, { "name": "Retrieve a taxrate", "id": "bfda69ef-4570-45c7-b39a-14c093958ae9", "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}}/accounting/:connection_id/taxrate/:id?fields=updated_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "4733ab4d-26d9-4c3b-97fd-2952cfada3b6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6505ea77-8637-4ae3-87a8-93756caa314d", "key": "id", "value": "", "description": "(Required) ID of the Taxrate" } ] } }, "response": [ { "id": "9ae0eeb4-8797-46e8-b45d-be20839f436f", "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}}/accounting/:connection_id/taxrate/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"nostrud_75\": 58167258\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-9ae0eeb4-8797-46e8-b45d-be20839f436f" } ], "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-bfda69ef-4570-45c7-b39a-14c093958ae9" }, { "name": "Update a taxrate", "id": "1cff48ae-c4d5-4772-8d2d-c4a3b49d531b", "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": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"nostrud_75\": 58167258\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id?fields=updated_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "fd178ddf-e900-4321-9240-947e101af0ca", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d48d700b-d056-41cc-a0fa-0f7d601e4227", "key": "id", "value": "", "description": "(Required) ID of the Taxrate" } ] } }, "response": [ { "id": "02a99213-1191-4a92-b086-b91d34441432", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"nostrud_75\": 58167258\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"nostrud_75\": 58167258\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-02a99213-1191-4a92-b086-b91d34441432" } ], "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-1cff48ae-c4d5-4772-8d2d-c4a3b49d531b" }, { "name": "Update a taxrate", "id": "a001e3ed-ef4d-407b-ae0c-3b3e90dbf46f", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"nostrud_75\": 58167258\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id?fields=updated_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "72bbb475-ee33-480c-b12e-78f0fd06448e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "0cdd1fc1-b5da-4744-ab3c-ca9489d24799", "key": "id", "value": "", "description": "(Required) ID of the Taxrate" } ] } }, "response": [ { "id": "10c4eb8b-45a6-41c4-96f6-15cafbdfb25a", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"nostrud_75\": 58167258\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate/:id?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"nostrud_75\": 58167258\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-10c4eb8b-45a6-41c4-96f6-15cafbdfb25a" } ], "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-a001e3ed-ef4d-407b-ae0c-3b3e90dbf46f" } ], "id": "a2233a6c-c29a-4770-b797-7d9075ed1607", "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-a2233a6c-c29a-4770-b797-7d9075ed1607" }, { "name": "List all taxrates", "id": "89d0befb-7ba7-4c5f-a4b4-6b5220da51e8", "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}}/accounting/:connection_id/taxrate?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&fields=updated_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate" ], "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": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "57a819c5-a794-4f08-bc16-d02293b46bf3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "5d6ce0de-ebd0-4b5b-8d15-991cbce86ae6", "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}}/accounting/:connection_id/taxrate?limit=&offset=&updated_gte=&sort=&order=&query=&org_id=&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate" ], "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": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"in3\": 58137090.27854478\n },\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"commodo_78f\": 65279222.69614762\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-5d6ce0de-ebd0-4b5b-8d15-991cbce86ae6" } ], "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-89d0befb-7ba7-4c5f-a4b4-6b5220da51e8" }, { "name": "Create a taxrate", "id": "f16818d8-159e-472e-9cf1-8d1a7d164cc0", "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": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"nostrud_75\": 58167258\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate?fields=updated_at&fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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": "7370c230-2fe1-43cb-80b2-e42ab86f153d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "f514821c-2d0a-4772-a670-e248bd19ce9b", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"nostrud_75\": 58167258\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/taxrate?fields=raw&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "taxrate" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "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 \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"organization_id\": \"\",\n \"rate\": \"\",\n \"raw\": {\n \"nostrud_75\": 58167258\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-f514821c-2d0a-4772-a670-e248bd19ce9b" } ], "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-f16818d8-159e-472e-9cf1-8d1a7d164cc0" } ], "id": "e27d9a53-6fa1-4507-bb80-6a7079cad580", "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-e27d9a53-6fa1-4507-bb80-6a7079cad580" } ], "id": "b0a397f6-98eb-45bb-a9bd-2dfab4eec6c7", "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-b0a397f6-98eb-45bb-a9bd-2dfab4eec6c7" } ], "id": "79e76bee-884e-4826-b2bc-33658e35e62e", "createdAt": "2026-07-28T03:26:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "uid": "35240-79e76bee-884e-4826-b2bc-33658e35e62e" } ], "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" } ] }