{ "info": { "_postman_id": "35aaaa0a-050e-4abf-bbc8-0b272a42bb2d", "name": "Unified.to account signatory 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:43.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "lastUpdatedBy": "35240", "uid": "35240-35aaaa0a-050e-4abf-bbc8-0b272a42bb2d" }, "item": [ { "name": "signing", "item": [ { "name": "{connection_id}", "item": [ { "name": "signatory", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Signatory", "id": "12982868-a61f-43c3-93d0-ec0feb959c05", "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": "fa632778-c5a6-4746-993d-985fdae6dba8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "589634c2-6104-45ad-9926-64b10a27f211", "key": "id", "value": "", "description": "(Required) ID of the Signatory" } ] } }, "response": [ { "id": "0b83d251-d405-42fd-b7ff-a82d306098d4", "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:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-0b83d251-d405-42fd-b7ff-a82d306098d4" }, { "id": "483b0bf5-3335-4d6a-8ad5-e400bc634377", "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:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-483b0bf5-3335-4d6a-8ad5-e400bc634377" } ], "createdAt": "2026-07-28T03:26:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-12982868-a61f-43c3-93d0-ec0feb959c05" }, { "name": "Retrieve a Signatory", "id": "952f6f1e-9fda-4a5b-a0f9-72bbe2d7a539", "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=decline_reason&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "decline_reason" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "38c349cb-62fc-4ab9-aec3-367152ef23c7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "548abcfc-ded9-4d18-9b74-0f0282d7683b", "key": "id", "value": "", "description": "(Required) ID of the Signatory" } ] } }, "response": [ { "id": "002d2c16-a877-498c-8d51-ec91413b01cf", "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=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "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 \"ametc\": 25774122,\n \"nullaf3\": false,\n \"sit0\": -56252638.48741504\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"ERROR\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-002d2c16-a877-498c-8d51-ec91413b01cf" } ], "createdAt": "2026-07-28T03:26:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-952f6f1e-9fda-4a5b-a0f9-72bbe2d7a539" }, { "name": "Update a Signatory", "id": "d0d7d392-26b2-40d9-994f-d768362e0e6f", "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 \"ametc\": 25774122,\n \"nullaf3\": false,\n \"sit0\": -56252638.48741504\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"ERROR\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/signatory/:id?fields=decline_reason&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "decline_reason" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "bc285cb6-2158-4318-8214-483b22976856", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a57dc857-f187-45cb-bbfa-e72d02443e3d", "key": "id", "value": "", "description": "(Required) ID of the Signatory" } ] } }, "response": [ { "id": "caba3859-41bf-453e-963f-347505ed0435", "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 \"ametc\": 25774122,\n \"nullaf3\": false,\n \"sit0\": -56252638.48741504\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"ERROR\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/signatory/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "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 \"ametc\": 25774122,\n \"nullaf3\": false,\n \"sit0\": -56252638.48741504\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"ERROR\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-caba3859-41bf-453e-963f-347505ed0435" } ], "createdAt": "2026-07-28T03:26:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-d0d7d392-26b2-40d9-994f-d768362e0e6f" }, { "name": "Update a Signatory", "id": "25937422-c338-4aad-9457-e95f79c4c7de", "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 \"ametc\": 25774122,\n \"nullaf3\": false,\n \"sit0\": -56252638.48741504\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"ERROR\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/signatory/:id?fields=decline_reason&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "decline_reason" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "682acebd-eed4-45a6-a7f0-9697f817c177", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "ab2b1521-3d60-4274-aeb3-486ed6fb9c68", "key": "id", "value": "", "description": "(Required) ID of the Signatory" } ] } }, "response": [ { "id": "73ebc572-9b4f-4c13-ba4a-f15ac51c8e00", "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 \"ametc\": 25774122,\n \"nullaf3\": false,\n \"sit0\": -56252638.48741504\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"ERROR\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/signatory/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "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 \"ametc\": 25774122,\n \"nullaf3\": false,\n \"sit0\": -56252638.48741504\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"ERROR\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-73ebc572-9b4f-4c13-ba4a-f15ac51c8e00" } ], "createdAt": "2026-07-28T03:26:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-25937422-c338-4aad-9457-e95f79c4c7de" } ], "id": "0ad13605-5611-4204-b171-cb833666cce4", "createdAt": "2026-07-28T03:26:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-0ad13605-5611-4204-b171-cb833666cce4" }, { "name": "List All Signatories", "id": "89a1b4ff-c8d0-4aa7-bd6a-292e895622a1", "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=decline_reason&fields=name&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": "decline_reason" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "261bcacf-599a-4684-8fe4-266439397f4a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "99e04dfb-ce9a-4934-951e-dffc1a97770b", "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=name&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": "name" }, { "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 \"commodo_1e\": -25112242.56294082\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"SENT\",\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 \"aliqua_6\": \"proident in aliquip do\",\n \"sit50e\": false\n },\n \"role\": \"APPROVER\",\n \"signed_at\": \"\",\n \"status\": \"DELIVERED\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-99e04dfb-ce9a-4934-951e-dffc1a97770b" } ], "createdAt": "2026-07-28T03:26:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-89a1b4ff-c8d0-4aa7-bd6a-292e895622a1" }, { "name": "Create a Signatory", "id": "fccad10c-6514-4ae6-be2a-31af164c2c90", "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 \"ametc\": 25774122,\n \"nullaf3\": false,\n \"sit0\": -56252638.48741504\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"ERROR\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/signatory?fields=decline_reason&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "decline_reason" }, { "description": "Fields to return", "key": "fields", "value": "name" }, { "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": "f30b171b-9636-41a7-b660-1fb56f7beab7", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "56ead48e-1ab8-48f0-8bf5-6ec929130960", "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 \"ametc\": 25774122,\n \"nullaf3\": false,\n \"sit0\": -56252638.48741504\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"ERROR\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/signing/:connection_id/signatory?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "signing", ":connection_id", "signatory" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "name" }, { "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 \"ametc\": 25774122,\n \"nullaf3\": false,\n \"sit0\": -56252638.48741504\n },\n \"role\": \"SIGNER\",\n \"signed_at\": \"\",\n \"status\": \"ERROR\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:26:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-56ead48e-1ab8-48f0-8bf5-6ec929130960" } ], "createdAt": "2026-07-28T03:26:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-fccad10c-6514-4ae6-be2a-31af164c2c90" } ], "id": "38f7d304-f2a0-4cc8-89e5-8dc49c136b88", "createdAt": "2026-07-28T03:26:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-38f7d304-f2a0-4cc8-89e5-8dc49c136b88" } ], "id": "d52c04c4-a84e-4eae-9439-9da55dfefb32", "createdAt": "2026-07-28T03:26:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-d52c04c4-a84e-4eae-9439-9da55dfefb32" } ], "id": "9f60fa90-eac4-4561-8214-45180375ea3d", "createdAt": "2026-07-28T03:26:44.000Z", "updatedAt": "2026-07-28T03:26:44.000Z", "uid": "35240-9f60fa90-eac4-4561-8214-45180375ea3d" } ], "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" } ] }