{ "info": { "_postman_id": "25dda88f-1db9-4f06-9797-f0fbfa7ef09f", "name": "Unified.to account signing 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:44.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "lastUpdatedBy": "35240", "uid": "35240-25dda88f-1db9-4f06-9797-f0fbfa7ef09f" }, "item": [ { "name": "signing", "item": [ { "name": "{connection_id}", "item": [ { "name": "document", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Document", "id": "4f1dab75-f5c4-4519-9dfd-0d31e290b2e9", "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}}/signing/:connection_id/document/:id", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "document", ":id" ], "variable": [ { "id": "14c8b9b5-44f1-49d2-98f2-a7970051dae8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "72f5e097-3e42-4c04-89e4-4c399bd42497", "key": "id", "value": "", "description": "(Required) ID of the Document" } ] } }, "response": [ { "id": "87232659-ed3c-4084-a1c0-029dc984434b", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/signing/:connection_id/document/:id", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "document", ":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:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-87232659-ed3c-4084-a1c0-029dc984434b" }, { "id": "9a28387d-9cb8-42ef-90da-a2c397d0beac", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/signing/:connection_id/document/:id", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "document", ":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:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-9a28387d-9cb8-42ef-90da-a2c397d0beac" } ], "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-4f1dab75-f5c4-4519-9dfd-0d31e290b2e9" }, { "name": "Retrieve a Document", "id": "e10ac689-fe44-46f7-9937-9c10bd2dc408", "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/document/:id?fields=updated_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "document", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "fd262189-daa7-4314-89e2-ae15f3a37d6a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "80f00bf1-8d84-4347-bbf6-e3d960d769cd", "key": "id", "value": "", "description": "(Required) ID of the Document" } ] } }, "response": [ { "id": "0d2c1dfe-4c04-476b-a4e5-4ed83fd7473f", "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/document/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "document", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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 \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"expires_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"velit_1b\": -76223507,\n \"Excepteur_f7\": 57947017\n },\n \"sent_at\": \"\",\n \"status\": \"DELIVERED\",\n \"template_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-0d2c1dfe-4c04-476b-a4e5-4ed83fd7473f" } ], "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-e10ac689-fe44-46f7-9937-9c10bd2dc408" }, { "name": "Update a Document", "id": "aa166057-85bc-4545-a62c-5bcce8cb35bb", "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 \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"expires_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"velit_1b\": -76223507,\n \"Excepteur_f7\": 57947017\n },\n \"sent_at\": \"\",\n \"status\": \"DELIVERED\",\n \"template_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/document/:id?fields=updated_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "document", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "602aa928-4ee7-48b2-8a4e-152d24c19be9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "71eb8c2e-546d-4f6a-9419-13c054d732c6", "key": "id", "value": "", "description": "(Required) ID of the Document" } ] } }, "response": [ { "id": "52a74100-39c2-405f-9728-df58103ab74a", "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 \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"expires_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"velit_1b\": -76223507,\n \"Excepteur_f7\": 57947017\n },\n \"sent_at\": \"\",\n \"status\": \"DELIVERED\",\n \"template_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/document/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "document", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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 \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"expires_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"velit_1b\": -76223507,\n \"Excepteur_f7\": 57947017\n },\n \"sent_at\": \"\",\n \"status\": \"DELIVERED\",\n \"template_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-52a74100-39c2-405f-9728-df58103ab74a" } ], "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-aa166057-85bc-4545-a62c-5bcce8cb35bb" }, { "name": "Update a Document", "id": "a3d4a979-1fcc-4a10-985b-161fe5da6a49", "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 \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"expires_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"velit_1b\": -76223507,\n \"Excepteur_f7\": 57947017\n },\n \"sent_at\": \"\",\n \"status\": \"DELIVERED\",\n \"template_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/document/:id?fields=updated_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "document", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "d652b333-77df-4611-92df-1e26888318ba", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8cd4ddfa-4394-4159-a291-1d04e0221fef", "key": "id", "value": "", "description": "(Required) ID of the Document" } ] } }, "response": [ { "id": "403598af-8126-4ca8-9cf0-6abb4ea6eb42", "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 \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"expires_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"velit_1b\": -76223507,\n \"Excepteur_f7\": 57947017\n },\n \"sent_at\": \"\",\n \"status\": \"DELIVERED\",\n \"template_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/document/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "document", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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 \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"expires_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"velit_1b\": -76223507,\n \"Excepteur_f7\": 57947017\n },\n \"sent_at\": \"\",\n \"status\": \"DELIVERED\",\n \"template_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-403598af-8126-4ca8-9cf0-6abb4ea6eb42" } ], "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-a3d4a979-1fcc-4a10-985b-161fe5da6a49" } ], "id": "5aa89d5b-68ed-49a8-8a50-955e4eccb3c1", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-5aa89d5b-68ed-49a8-8a50-955e4eccb3c1" }, { "name": "List All Documents", "id": "23d747ea-a54d-4319-a033-b1fabb1d359a", "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/document?limit=&offset=&updated_gte=&sort=&order=&query=&status=&template_id=&fields=updated_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "document" ], "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 status to filter by", "key": "status", "value": "" }, { "description": "The signing template ID to filter by", "key": "template_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "2bfb6f16-5fdf-4637-ab3f-7bbba67bc639", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "21b3b6c9-a950-44ab-beff-0bb0faa8a134", "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/document?limit=&offset=&updated_gte=&sort=&order=&query=&status=&template_id=&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "document" ], "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 status to filter by", "key": "status", "value": "" }, { "description": "The signing template ID to filter by", "key": "template_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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 \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"expires_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"enim_dba\": \"in aliquip elit sed sit\"\n },\n \"sent_at\": \"\",\n \"status\": \"DECLINED\",\n \"template_id\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"expires_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"ut_ca4\": \"consectetur ut proide\",\n \"nostrud_16\": \"sint ad Lorem aliqua\"\n },\n \"sent_at\": \"\",\n \"status\": \"EXPIRED\",\n \"template_id\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-21b3b6c9-a950-44ab-beff-0bb0faa8a134" } ], "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-23d747ea-a54d-4319-a033-b1fabb1d359a" }, { "name": "Create a Document", "id": "d2031c92-c6ef-430c-aed7-4d108c0d4a8a", "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 \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"expires_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"velit_1b\": -76223507,\n \"Excepteur_f7\": 57947017\n },\n \"sent_at\": \"\",\n \"status\": \"DELIVERED\",\n \"template_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/document?fields=updated_at&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "document" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "dd1a932e-46e3-4197-adc2-7e004f08c2ee", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "32fd2a6a-992f-4dd0-8b3d-f4b434afb532", "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 \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"expires_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"velit_1b\": -76223507,\n \"Excepteur_f7\": 57947017\n },\n \"sent_at\": \"\",\n \"status\": \"DELIVERED\",\n \"template_id\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/document?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "document" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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 \"completed_at\": \"\",\n \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"download_url\": \"\",\n \"expires_at\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"velit_1b\": -76223507,\n \"Excepteur_f7\": 57947017\n },\n \"sent_at\": \"\",\n \"status\": \"DELIVERED\",\n \"template_id\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-32fd2a6a-992f-4dd0-8b3d-f4b434afb532" } ], "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-d2031c92-c6ef-430c-aed7-4d108c0d4a8a" } ], "id": "b28a0d65-cf21-4482-9266-4b68e2da0d77", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-b28a0d65-cf21-4482-9266-4b68e2da0d77" }, { "name": "signatory", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Signatory", "id": "25a90031-964e-4dd9-844d-86a0fceff128", "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}}/signing/:connection_id/signatory/:id", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory", ":id" ], "variable": [ { "id": "f76d8eec-f659-4daf-9224-7dcb47d4d8de", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a77533f5-a9b0-4abb-967c-d61434cf9f6e", "key": "id", "value": "", "description": "(Required) ID of the Signatory" } ] } }, "response": [ { "id": "8b902249-da90-481e-9685-ba8a6dc93b84", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/signing/:connection_id/signatory/:id", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory", ":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:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-8b902249-da90-481e-9685-ba8a6dc93b84" }, { "id": "5a2a9b42-0d49-4bc9-9e0e-9f5c6f2150f6", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/signing/:connection_id/signatory/:id", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory", ":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:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-5a2a9b42-0d49-4bc9-9e0e-9f5c6f2150f6" } ], "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-25a90031-964e-4dd9-844d-86a0fceff128" }, { "name": "Retrieve a Signatory", "id": "8d127262-badc-4d3b-a764-49fbdcb284c3", "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/signatory/:id?fields=order&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "order" }, { "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": "8fdedee0-a58e-4565-872b-b870c1b0f081", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ff14f09c-f8ac-4ee6-b559-67f646227979", "key": "id", "value": "", "description": "(Required) ID of the Signatory" } ] } }, "response": [ { "id": "f71449d5-2137-4f7d-85b4-faf37a2c1d42", "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/signatory/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory", ":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 \"decline_reason\": \"\",\n \"document_id\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"raw\": {\n \"id39f\": true\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"DELIVERED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-f71449d5-2137-4f7d-85b4-faf37a2c1d42" } ], "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-8d127262-badc-4d3b-a764-49fbdcb284c3" }, { "name": "Update a Signatory", "id": "f1976c1b-0076-4c37-96cd-621415713165", "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 \"decline_reason\": \"\",\n \"document_id\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"raw\": {\n \"id39f\": true\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"DELIVERED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/signatory/:id?fields=order&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "order" }, { "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": "b5b3d35f-201d-4e18-8cf1-6e65f1a826d1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5439e3b6-f062-4cd2-84c2-a94814340185", "key": "id", "value": "", "description": "(Required) ID of the Signatory" } ] } }, "response": [ { "id": "392adac5-a166-4e43-89c6-a0c04914556f", "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 \"decline_reason\": \"\",\n \"document_id\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"raw\": {\n \"id39f\": true\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"DELIVERED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/signatory/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory", ":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 \"decline_reason\": \"\",\n \"document_id\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"raw\": {\n \"id39f\": true\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"DELIVERED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-392adac5-a166-4e43-89c6-a0c04914556f" } ], "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-f1976c1b-0076-4c37-96cd-621415713165" }, { "name": "Update a Signatory", "id": "321fc6fd-76c7-49a0-905f-1610d2ea635d", "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 \"decline_reason\": \"\",\n \"document_id\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"raw\": {\n \"id39f\": true\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"DELIVERED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/signatory/:id?fields=order&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "order" }, { "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": "e29992b3-4b3c-44b7-9904-27ad79362e50", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7a17811c-0ac8-4520-86c1-714ebce123bd", "key": "id", "value": "", "description": "(Required) ID of the Signatory" } ] } }, "response": [ { "id": "4f4a0fb2-8836-4820-bb5c-684c6e357dc3", "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 \"decline_reason\": \"\",\n \"document_id\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"raw\": {\n \"id39f\": true\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"DELIVERED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/signatory/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory", ":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 \"decline_reason\": \"\",\n \"document_id\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"raw\": {\n \"id39f\": true\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"DELIVERED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-4f4a0fb2-8836-4820-bb5c-684c6e357dc3" } ], "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-321fc6fd-76c7-49a0-905f-1610d2ea635d" } ], "id": "8286dfbe-5c46-4c1f-822e-3d97ad76e538", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-8286dfbe-5c46-4c1f-822e-3d97ad76e538" }, { "name": "List All Signatories", "id": "ef245b74-1067-4f37-8a7e-ba9c0d860c6d", "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/signatory?limit=&offset=&updated_gte=&sort=&order=&query=&document_id=&fields=order&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory" ], "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 document ID to filter by", "key": "document_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "order" }, { "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": "0a543a8b-c586-460e-a135-a8860f0977b3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "dd008059-e4f7-41eb-892e-2bfa65bef001", "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/signatory?limit=&offset=&updated_gte=&sort=&order=&query=&document_id=&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory" ], "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 document ID to filter by", "key": "document_id", "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 \"decline_reason\": \"\",\n \"document_id\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"raw\": {\n \"qui015\": \"aliqua\"\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"DECLINED\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"decline_reason\": \"\",\n \"document_id\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"raw\": {\n \"eu83_\": -84448350.26622069,\n \"minim250\": -93658324,\n \"ad_b8\": 41865853.20305607,\n \"sunt69\": \"exercitation \"\n },\n \"role\": \"APPROVER\",\n \"signed_at\": \"\",\n \"status\": \"PENDING\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-dd008059-e4f7-41eb-892e-2bfa65bef001" } ], "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-ef245b74-1067-4f37-8a7e-ba9c0d860c6d" }, { "name": "Create a Signatory", "id": "fbf8176f-ff8c-4bbf-b447-a3e29bfce4ce", "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 \"decline_reason\": \"\",\n \"document_id\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"raw\": {\n \"id39f\": true\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"DELIVERED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/signatory?fields=order&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "order" }, { "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": "36196b8a-56bb-4b10-a1ca-ed1aae8373c6", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "bab7c8c3-b99e-4424-8c72-43611fc2538d", "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 \"decline_reason\": \"\",\n \"document_id\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"raw\": {\n \"id39f\": true\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"DELIVERED\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/signatory?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory" ], "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" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"created_at\": \"\",\n \"decline_reason\": \"\",\n \"document_id\": \"\",\n \"email\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"order\": \"\",\n \"raw\": {\n \"id39f\": true\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"DELIVERED\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-bab7c8c3-b99e-4424-8c72-43611fc2538d" } ], "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-fbf8176f-ff8c-4bbf-b447-a3e29bfce4ce" } ], "id": "368d0534-d8e7-46af-a696-301287804fc1", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-368d0534-d8e7-46af-a696-301287804fc1" }, { "name": "template", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve a Template", "id": "d80ab6a2-be8d-4d58-b4ce-abbef0fcbd19", "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=updated_at&fields=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "template", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "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": "7fc6c788-dfbd-4f02-9b84-b84902ef6aba", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1af2add1-a997-484b-b628-36cb996c263b", "key": "id", "value": "", "description": "(Required) ID of the Template" } ] } }, "response": [ { "id": "98d4bdf7-a5ed-40f9-89eb-9d52039c68e6", "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=created_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "template", ":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 \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"commodo_5e\": \"sit occaecat anim et\",\n \"eiusmod_a6\": \"nostrud Duis\"\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-98d4bdf7-a5ed-40f9-89eb-9d52039c68e6" } ], "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-d80ab6a2-be8d-4d58-b4ce-abbef0fcbd19" } ], "id": "83beae82-88b3-4f7c-8450-ca6105a1037f", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-83beae82-88b3-4f7c-8450-ca6105a1037f" }, { "name": "List All Templates", "id": "09c5aae3-81d3-4a6d-9636-38708a8e6290", "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=updated_at&fields=created_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": "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": "bec2c53b-ef9f-4c5a-a17d-f48de2d50f8b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "6ef322ca-187a-47b3-b4d5-2ccf0fcc908f", "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=created_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": "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 \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"mollit3\": false\n },\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"creator_id\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"in086\": 4900718.581035018,\n \"minim966\": 38143875,\n \"ade\": \"mollit inc\",\n \"consequat_6ae\": 27296860,\n \"labore0\": \"id esse voluptate\"\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-6ef322ca-187a-47b3-b4d5-2ccf0fcc908f" } ], "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-09c5aae3-81d3-4a6d-9636-38708a8e6290" } ], "id": "4b20ab0c-e450-47a9-860d-3712333003d5", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-4b20ab0c-e450-47a9-860d-3712333003d5" } ], "id": "ab8e0a01-5b1c-4d28-b842-13ed454ce6eb", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-ab8e0a01-5b1c-4d28-b842-13ed454ce6eb" } ], "id": "a86f8291-d00d-4a12-b177-99c87c4b7206", "createdAt": "2026-07-28T03:26:45.000Z", "updatedAt": "2026-07-28T03:26:45.000Z", "uid": "35240-a86f8291-d00d-4a12-b177-99c87c4b7206" } ], "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" } ] }