{ "info": { "_postman_id": "f3612c77-78d5-4c5e-9cb5-4c282689bc84", "name": "Unified.to account link 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:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "lastUpdatedBy": "35240", "uid": "35240-f3612c77-78d5-4c5e-9cb5-4c282689bc84" }, "item": [ { "name": "calendar", "item": [ { "name": "{connection_id}", "item": [ { "name": "link", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Link", "id": "4040c31d-a0f9-4574-86f9-8328fd2dfb1c", "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}}/calendar/:connection_id/link/:id", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "link", ":id" ], "variable": [ { "id": "f03a2a5c-448a-432b-b903-a4cbc501058a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "700f5e7a-7913-45bb-8244-52517e1af20c", "key": "id", "value": "", "description": "(Required) ID of the Link" } ] } }, "response": [ { "id": "bdc9b2f0-c529-42e3-8431-91435d5f2bbd", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/calendar/:connection_id/link/:id", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "link", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-bdc9b2f0-c529-42e3-8431-91435d5f2bbd" }, { "id": "7006bd6a-2e45-4a22-bac5-33e696be286a", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/calendar/:connection_id/link/:id", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "link", ":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:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-7006bd6a-2e45-4a22-bac5-33e696be286a" } ], "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-4040c31d-a0f9-4574-86f9-8328fd2dfb1c" }, { "name": "Retrieve a Link", "id": "3d5dfbde-e08b-4744-b9a0-3109385a5fd0", "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}}/calendar/:connection_id/link/:id?fields=duration&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "link", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "duration" }, { "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": "a1a7e259-c710-4286-b4bb-272659e83029", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "88327cb5-cd6b-4771-a8a1-28de216b7fb5", "key": "id", "value": "", "description": "(Required) ID of the Link" } ] } }, "response": [ { "id": "e80b3711-c222-46e7-8231-e475faab64f0", "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}}/calendar/:connection_id/link/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "link", ":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 \"url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"price_amount\": \"\",\n \"price_currency\": \"\",\n \"raw\": {\n \"dolore_9\": \"reprehenderit sunt qui dolore\",\n \"et_1\": 40343389\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-e80b3711-c222-46e7-8231-e475faab64f0" } ], "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-3d5dfbde-e08b-4744-b9a0-3109385a5fd0" }, { "name": "Update a Link", "id": "0ba5c815-497c-4d96-9006-159a18ed47fc", "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 \"url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"price_amount\": \"\",\n \"price_currency\": \"\",\n \"raw\": {\n \"dolore_9\": \"reprehenderit sunt qui dolore\",\n \"et_1\": 40343389\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/calendar/:connection_id/link/:id?fields=duration&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "link", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "duration" }, { "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": "dd14e2e6-ae2c-449f-85ae-7b09b5e42459", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "eb55a5b7-236e-4d82-90e1-c319e60918e8", "key": "id", "value": "", "description": "(Required) ID of the Link" } ] } }, "response": [ { "id": "d0049392-2727-4a34-8769-ce2662a38a4f", "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 \"url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"price_amount\": \"\",\n \"price_currency\": \"\",\n \"raw\": {\n \"dolore_9\": \"reprehenderit sunt qui dolore\",\n \"et_1\": 40343389\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/calendar/:connection_id/link/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "link", ":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 \"url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"price_amount\": \"\",\n \"price_currency\": \"\",\n \"raw\": {\n \"dolore_9\": \"reprehenderit sunt qui dolore\",\n \"et_1\": 40343389\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-d0049392-2727-4a34-8769-ce2662a38a4f" } ], "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-0ba5c815-497c-4d96-9006-159a18ed47fc" }, { "name": "Update a Link", "id": "e896d823-f21f-42c4-a5fd-93aa8a1075c5", "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 \"url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"price_amount\": \"\",\n \"price_currency\": \"\",\n \"raw\": {\n \"dolore_9\": \"reprehenderit sunt qui dolore\",\n \"et_1\": 40343389\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/calendar/:connection_id/link/:id?fields=duration&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "link", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "duration" }, { "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": "278dc276-b14b-4fb7-9906-16e05eeb486f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "718bedcf-a4e1-4610-b6b9-e41a4361fb87", "key": "id", "value": "", "description": "(Required) ID of the Link" } ] } }, "response": [ { "id": "57515ce3-45c9-4eef-b94d-901f82364bdf", "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 \"url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"price_amount\": \"\",\n \"price_currency\": \"\",\n \"raw\": {\n \"dolore_9\": \"reprehenderit sunt qui dolore\",\n \"et_1\": 40343389\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/calendar/:connection_id/link/:id?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "link", ":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 \"url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"price_amount\": \"\",\n \"price_currency\": \"\",\n \"raw\": {\n \"dolore_9\": \"reprehenderit sunt qui dolore\",\n \"et_1\": 40343389\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-57515ce3-45c9-4eef-b94d-901f82364bdf" } ], "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-e896d823-f21f-42c4-a5fd-93aa8a1075c5" } ], "id": "7f5780d0-e2d0-43e0-81fa-73ac44b6534c", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-7f5780d0-e2d0-43e0-81fa-73ac44b6534c" }, { "name": "List All Links", "id": "17bdf502-4df7-4485-bf40-4cdb39c6a7e1", "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}}/calendar/:connection_id/link?limit=&offset=&updated_gte=&sort=&order=&query=&fields=duration&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "link" ], "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": "duration" }, { "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": "6970fb38-3a62-4328-a170-91ed2186c612", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "85793ade-7e96-4b06-8921-3e7c7b5da173", "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}}/calendar/:connection_id/link?limit=&offset=&updated_gte=&sort=&order=&query=&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "link" ], "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 \"url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"price_amount\": \"\",\n \"price_currency\": \"\",\n \"raw\": {\n \"nullaa84\": \"incididunt labore\",\n \"labore_f08\": \"consequat labore esse ut\"\n },\n \"updated_at\": \"\"\n },\n {\n \"url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"price_amount\": \"\",\n \"price_currency\": \"\",\n \"raw\": {\n \"voluptatea\": true\n },\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-85793ade-7e96-4b06-8921-3e7c7b5da173" } ], "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-17bdf502-4df7-4485-bf40-4cdb39c6a7e1" }, { "name": "Create a Link", "id": "5925ff48-aef1-4d29-a231-b795eddb7436", "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 \"url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"price_amount\": \"\",\n \"price_currency\": \"\",\n \"raw\": {\n \"dolore_9\": \"reprehenderit sunt qui dolore\",\n \"et_1\": 40343389\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/calendar/:connection_id/link?fields=duration&fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "link" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "duration" }, { "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": "b474c593-af03-45b1-90df-00cfc02a0936", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "8756d8e8-c6d2-4e5d-b113-4b8a93bd5c0c", "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 \"url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"price_amount\": \"\",\n \"price_currency\": \"\",\n \"raw\": {\n \"dolore_9\": \"reprehenderit sunt qui dolore\",\n \"et_1\": 40343389\n },\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/calendar/:connection_id/link?fields=updated_at&raw=", "host": [ "{{baseUrl}}" ], "path": [ "calendar", ":connection_id", "link" ], "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 \"url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"name\": \"\",\n \"price_amount\": \"\",\n \"price_currency\": \"\",\n \"raw\": {\n \"dolore_9\": \"reprehenderit sunt qui dolore\",\n \"et_1\": 40343389\n },\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-8756d8e8-c6d2-4e5d-b113-4b8a93bd5c0c" } ], "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-5925ff48-aef1-4d29-a231-b795eddb7436" } ], "id": "34f91e18-fe91-48db-b251-03ca9a47a566", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-34f91e18-fe91-48db-b251-03ca9a47a566" } ], "id": "e40536e4-1e15-4615-9f06-f989b28c1980", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-e40536e4-1e15-4615-9f06-f989b28c1980" } ], "id": "149b9752-59b5-4d88-8b98-e02e02c3db27", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-149b9752-59b5-4d88-8b98-e02e02c3db27" }, { "name": "payment", "item": [ { "name": "{connection_id}", "item": [ { "name": "link", "item": [ { "name": "{id}", "item": [ { "name": "Remove a Link", "id": "014b9d43-1993-4507-8f9d-f312f11da1c7", "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}}/payment/:connection_id/link/:id", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "variable": [ { "id": "527dbd12-dac2-446a-8e29-ff58f962b23f", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "afaed443-62a4-4e10-9552-6100c2d3cd57", "key": "id", "value": "", "description": "(Required) ID of the Link" } ] } }, "response": [ { "id": "a3478b23-1d5a-420c-927d-6277dd851b7a", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/link/:id", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-a3478b23-1d5a-420c-927d-6277dd851b7a" }, { "id": "b2adbe78-4092-4378-b9fe-4359bd2e42ac", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/payment/:connection_id/link/:id", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":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:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-b2adbe78-4092-4378-b9fe-4359bd2e42ac" } ], "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-014b9d43-1993-4507-8f9d-f312f11da1c7" }, { "name": "Retrieve a Link", "id": "c6267ee7-d46e-470e-8869-9b2280300405", "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}}/payment/:connection_id/link/:id?fields=amount&fields=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "amount" }, { "description": "Fields to return", "key": "fields", "value": "url" }, { "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": "45a75bc1-c0b0-4d7e-b446-ee7bdc0c9270", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5cad1c5a-c6b1-4192-accb-970b64c8a776", "key": "id", "value": "", "description": "(Required) ID of the Link" } ] } }, "response": [ { "id": "2644c71c-c583-4458-9072-62e39a5b197c", "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}}/payment/:connection_id/link/:id?fields=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "url" }, { "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 \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"Utb\": \"amet\",\n \"pariatur7\": -77489108\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-2644c71c-c583-4458-9072-62e39a5b197c" } ], "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-c6267ee7-d46e-470e-8869-9b2280300405" }, { "name": "Update a Link", "id": "fb7a65c3-e5ce-4876-8b48-0c381ba90784", "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 \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"Utb\": \"amet\",\n \"pariatur7\": -77489108\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/link/:id?fields=amount&fields=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "amount" }, { "description": "Fields to return", "key": "fields", "value": "url" }, { "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": "05aa1d98-168f-4c86-906c-1c8af50c864b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "20041d15-e4eb-44a4-9377-25aa68abb2e5", "key": "id", "value": "", "description": "(Required) ID of the Link" } ] } }, "response": [ { "id": "668667f7-86da-480f-8cde-cc8c74e2d288", "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 \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"Utb\": \"amet\",\n \"pariatur7\": -77489108\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/link/:id?fields=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "url" }, { "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 \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"Utb\": \"amet\",\n \"pariatur7\": -77489108\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-668667f7-86da-480f-8cde-cc8c74e2d288" } ], "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-fb7a65c3-e5ce-4876-8b48-0c381ba90784" }, { "name": "Update a Link", "id": "c6050aab-a749-48a5-aabb-f06a631d4ef0", "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 \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"Utb\": \"amet\",\n \"pariatur7\": -77489108\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/link/:id?fields=amount&fields=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "amount" }, { "description": "Fields to return", "key": "fields", "value": "url" }, { "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": "f7101481-ae17-4803-b5fb-b7c7ee5bc2c8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "48f84823-2a8f-4437-ad54-4b118dffe914", "key": "id", "value": "", "description": "(Required) ID of the Link" } ] } }, "response": [ { "id": "629f0f8a-b72b-4733-8297-efa3aed783c2", "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 \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"Utb\": \"amet\",\n \"pariatur7\": -77489108\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/link/:id?fields=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "url" }, { "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 \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"Utb\": \"amet\",\n \"pariatur7\": -77489108\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-629f0f8a-b72b-4733-8297-efa3aed783c2" } ], "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-c6050aab-a749-48a5-aabb-f06a631d4ef0" } ], "id": "14af1b1a-2d30-4866-9ebc-b86a83dd0a54", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-14af1b1a-2d30-4866-9ebc-b86a83dd0a54" }, { "name": "List All Links", "id": "701c92fe-3209-4b26-ad92-38c4a01a2c5e", "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}}/payment/:connection_id/link?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&payment_id=&fields=amount&fields=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link" ], "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 contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The payment ID to filter by (reference to PaymentPayment)", "key": "payment_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "amount" }, { "description": "Fields to return", "key": "fields", "value": "url" }, { "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": "5aee1407-3a59-4206-87b4-aba2061afae3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "ddd1db55-10f1-4bea-8de6-ab3e41760778", "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}}/payment/:connection_id/link?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&payment_id=&fields=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link" ], "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 contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "The payment ID to filter by (reference to PaymentPayment)", "key": "payment_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "url" }, { "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 \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"id546\": 16971523,\n \"Duisf\": false\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n },\n {\n \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"sint_bb4\": \"ut proident id magna\",\n \"id88f\": -19719205,\n \"eu84\": \"tempor reprehenderit\",\n \"pariatur63\": 66977432.533118635\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-ddd1db55-10f1-4bea-8de6-ab3e41760778" } ], "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-701c92fe-3209-4b26-ad92-38c4a01a2c5e" }, { "name": "Create a Link", "id": "66bd36af-d8a8-4cd2-a841-3c625d838755", "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 \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"Utb\": \"amet\",\n \"pariatur7\": -77489108\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/link?fields=amount&fields=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "amount" }, { "description": "Fields to return", "key": "fields", "value": "url" }, { "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": "bb1d97df-4fcf-4071-9ab0-72e29213e8f8", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "4e9438dd-098e-49d6-9dca-6697bd754513", "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 \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"Utb\": \"amet\",\n \"pariatur7\": -77489108\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/payment/:connection_id/link?fields=url&raw=", "host": [ "{{baseUrl}}" ], "path": [ "payment", ":connection_id", "link" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "url" }, { "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 \"amount\": \"\",\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"is_active\": \"\",\n \"is_chargeable_now\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"payment_id\": \"\",\n \"raw\": {\n \"Utb\": \"amet\",\n \"pariatur7\": -77489108\n },\n \"success_url\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\"\n}", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-4e9438dd-098e-49d6-9dca-6697bd754513" } ], "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-66bd36af-d8a8-4cd2-a841-3c625d838755" } ], "id": "76846dbf-7dcf-4ec6-be3c-a28fcbfa4477", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-76846dbf-7dcf-4ec6-be3c-a28fcbfa4477" } ], "id": "96484e67-9562-4adc-af06-154e99a9dafb", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-96484e67-9562-4adc-af06-154e99a9dafb" } ], "id": "6aa5b071-f49e-4c31-9a21-6135d16e6592", "createdAt": "2026-07-28T03:24:52.000Z", "updatedAt": "2026-07-28T03:24:52.000Z", "uid": "35240-6aa5b071-f49e-4c31-9a21-6135d16e6592" } ], "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" } ] }