{ "info": { "_postman_id": "c9097fe9-a6e9-47ca-ba45-5e367b49528a", "name": "Unified.to account template 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:58.000Z", "updatedAt": "2026-07-28T03:26:58.000Z", "lastUpdatedBy": "35240", "uid": "35240-c9097fe9-a6e9-47ca-ba45-5e367b49528a" }, "item": [ { "name": "signing", "item": [ { "name": "{connection_id}", "item": [ { "name": "template", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Template", "id": "9b5eb41d-ad02-45a9-8ee6-651dce00083d", "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}}/signing/:connection_id/template/:id?fields=raw&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "template", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "raw" }, { "description": "Fields to return", "key": "fields", "value": "updated_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": "099e0a2b-ea97-47c0-86f6-6b908209e328", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f6729756-ffcb-428c-af16-c20ee1c34da2", "key": "id", "value": "", "description": "(Required) ID of the Template" } ] } }, "response": [ { "id": "a66fb113-5f1e-4357-af0c-a61f2ca6b009", "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}}/signing/:connection_id/template/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "template", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_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 \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"Duis_c\": 75995493.85108548\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-a66fb113-5f1e-4357-af0c-a61f2ca6b009" } ], "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-9b5eb41d-ad02-45a9-8ee6-651dce00083d" } ], "id": "0c51fbff-1f92-4dde-b7f2-29afe86684f4", "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-0c51fbff-1f92-4dde-b7f2-29afe86684f4" }, { "name": "List All Templates", "id": "54000e46-c530-465d-b0c9-8617bbb218ee", "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}}/signing/:connection_id/template?limit=&offset=&updated_gte=&sort=&order=&query=&fields=raw&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "template" ], "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": "raw" }, { "description": "Fields to return", "key": "fields", "value": "updated_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": "5fc7cc57-5dd3-47d7-8f27-a6fb61a9383b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "ba5bfcc0-2a37-4b6c-8912-6e1e60eb46a0", "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}}/signing/:connection_id/template?limit=&offset=&updated_gte=&sort=&order=&query=&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "template" ], "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": "updated_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 \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"amet_6\": 27641468,\n \"enim79b\": -89562421,\n \"non_1\": -11717988,\n \"ad_78c\": \"deserunt\"\n },\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"deseruntef2\": 8256145.31938456\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-ba5bfcc0-2a37-4b6c-8912-6e1e60eb46a0" } ], "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-54000e46-c530-465d-b0c9-8617bbb218ee" } ], "id": "ed2fa1dc-e4a1-4bfb-a8a8-cfd947f15d5e", "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-ed2fa1dc-e4a1-4bfb-a8a8-cfd947f15d5e" } ], "id": "77f4918a-45f0-4ba4-a437-b02a097b3d04", "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-77f4918a-45f0-4ba4-a437-b02a097b3d04" } ], "id": "f8d29fbd-bb04-4a06-a1ed-44abb4851d33", "createdAt": "2026-07-28T03:26:59.000Z", "updatedAt": "2026-07-28T03:26:59.000Z", "uid": "35240-f8d29fbd-bb04-4a06-a1ed-44abb4851d33" } ], "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" } ] }