{ "info": { "_postman_id": "e94dc825-7210-4580-8b65-6ec4d6bde428", "name": "Unified.to account organization 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:25:07.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "lastUpdatedBy": "35240", "uid": "35240-e94dc825-7210-4580-8b65-6ec4d6bde428" }, "item": [ { "name": "accounting", "item": [ { "name": "{connection_id}", "item": [ { "name": "organization", "item": [ { "name": "{id}", "item": [ { "name": "Retrieve an organization", "id": "97f78ed2-5696-45d5-8b4c-04bf74fd66dc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/organization/:id?fields=organization_code&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "organization_code" }, { "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": "a05fec86-b62a-4f35-ad08-4090918c111e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "22bbf6fb-f088-476d-bce6-8c5cf76e2482", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "0c879173-0646-4e4e-a2dc-ccc31dd0d4ce", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/organization/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "organization", ":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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"currency\": \"\",\n \"fiscal_year_end_month\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"organization_code\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"nullab0\": 94985977,\n \"sit_94e\": -4738624,\n \"Excepteur1\": -58651495.44845698,\n \"animf33\": 45323293\n },\n \"tax_number\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"website\": \"\"\n}", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-0c879173-0646-4e4e-a2dc-ccc31dd0d4ce" } ], "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-97f78ed2-5696-45d5-8b4c-04bf74fd66dc" } ], "id": "a654db09-a824-4ccd-8b10-d312135e83f7", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-a654db09-a824-4ccd-8b10-d312135e83f7" }, { "name": "List all organizations", "id": "edffc426-2606-46ed-b5f2-c378501d24df", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/organization?limit=&offset=&updated_gte=&sort=&order=&query=&fields=organization_code&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "organization" ], "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": "organization_code" }, { "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": "1a714152-81a2-4aff-8a19-5a452f12d094", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "c22b29b0-7aa3-4fe3-be93-b00fcf8180ac", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/organization?limit=&offset=&updated_gte=&sort=&order=&query=&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "organization" ], "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": "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 \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"currency\": \"\",\n \"fiscal_year_end_month\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"organization_code\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"laboriseb3\": 56245083.63845977,\n \"elit_b3\": false\n },\n \"tax_number\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"website\": \"\"\n },\n {\n \"address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"created_at\": \"\",\n \"currency\": \"\",\n \"fiscal_year_end_month\": \"\",\n \"id\": \"\",\n \"legal_name\": \"\",\n \"name\": \"\",\n \"organization_code\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sit1b\": true,\n \"dolor_dfc\": false\n },\n \"tax_number\": \"\",\n \"timezone\": \"\",\n \"updated_at\": \"\",\n \"website\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-c22b29b0-7aa3-4fe3-be93-b00fcf8180ac" } ], "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-edffc426-2606-46ed-b5f2-c378501d24df" } ], "id": "839479e8-314d-486f-8df4-c97f4f126653", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-839479e8-314d-486f-8df4-c97f4f126653" } ], "id": "061eecaf-0612-4e42-a577-7edb315adf94", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-061eecaf-0612-4e42-a577-7edb315adf94" } ], "id": "bf5600cd-9fc8-4556-9cfb-d4b1b844027d", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-bf5600cd-9fc8-4556-9cfb-d4b1b844027d" }, { "name": "ads", "item": [ { "name": "{connection_id}", "item": [ { "name": "organization", "item": [ { "name": "{id}", "item": [ { "name": "Remove an Organization", "id": "0d347496-3d26-4b33-a989-0ab88bb7a460", "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}}/ads/:connection_id/organization/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":id" ], "variable": [ { "id": "d145fced-7252-4ee5-9109-e4a05cb348d0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "a8a726aa-9169-4bfd-b68a-60e591063d16", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "cb2d6bd2-d6c1-4819-88da-c2b5df727cf5", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-cb2d6bd2-d6c1-4819-88da-c2b5df727cf5" }, { "id": "27b3c168-8d2c-49c1-8209-6612bf58373c", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization/:id", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":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:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-27b3c168-8d2c-49c1-8209-6612bf58373c" } ], "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-0d347496-3d26-4b33-a989-0ab88bb7a460" }, { "name": "Retrieve an Organization", "id": "79d1477a-bdff-487e-be4b-b1d95a505099", "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}}/ads/:connection_id/organization/:id?fields=id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "9abe8485-ae31-4694-9179-c662897c2248", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "885995de-97e7-47fa-9feb-15b59956237a", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "298c22e9-4cc5-48eb-95bc-8e9f401845f9", "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}}/ads/:connection_id/organization/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":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 \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proidentf2e\": -28642723\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-298c22e9-4cc5-48eb-95bc-8e9f401845f9" } ], "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-79d1477a-bdff-487e-be4b-b1d95a505099" }, { "name": "Update an Organization", "id": "5a87f5b6-f776-4ede-8353-05fbad9e06be", "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 \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proidentf2e\": -28642723\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization/:id?fields=id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "c7490f3e-e1b2-4a8d-885b-8d1a1a01f05a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b8e6e464-e398-47c2-83c3-a903015e1c37", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "dcbda5c0-2d13-4c72-9b25-a0b4fd9b8bfe", "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 \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proidentf2e\": -28642723\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":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 \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proidentf2e\": -28642723\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-dcbda5c0-2d13-4c72-9b25-a0b4fd9b8bfe" } ], "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-5a87f5b6-f776-4ede-8353-05fbad9e06be" }, { "name": "Update an Organization", "id": "125661fb-4319-4646-ab96-9c0387a1db87", "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 \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proidentf2e\": -28642723\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization/:id?fields=id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "1eff1ea4-0c4a-476f-acf0-f9feef9e9096", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "b7d84b75-7665-4d4b-93f4-4989961cdf93", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "6fbe6c4a-560b-4a65-ba49-0d4c21a76846", "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 \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proidentf2e\": -28642723\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization/:id?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization", ":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 \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proidentf2e\": -28642723\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-6fbe6c4a-560b-4a65-ba49-0d4c21a76846" } ], "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-125661fb-4319-4646-ab96-9c0387a1db87" } ], "id": "b6fbff87-e7cf-4a8d-bf8c-05277d5b82dc", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-b6fbff87-e7cf-4a8d-bf8c-05277d5b82dc" }, { "name": "List All Organizations", "id": "834273a8-c8ca-4597-9273-cdb962a1e4de", "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}}/ads/:connection_id/organization?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&fields=id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization" ], "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 parent ID to filter by", "key": "parent_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "9e153be8-c520-46f2-b095-6f59ad1c05a0", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "7eee3f8c-7895-4006-bac1-d094a4ef5795", "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}}/ads/:connection_id/organization?limit=&offset=&updated_gte=&sort=&order=&query=&parent_id=&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization" ], "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 parent ID to filter by", "key": "parent_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 \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"sint_71\": 82317406\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"do4d\": true,\n \"Lorem_8\": true\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-7eee3f8c-7895-4006-bac1-d094a4ef5795" } ], "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-834273a8-c8ca-4597-9273-cdb962a1e4de" }, { "name": "Create an Organization", "id": "3921de38-e977-4b4b-9b26-4881a58615e9", "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 \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proidentf2e\": -28642723\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization?fields=id&fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "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": "dd405418-9f2f-4af6-a837-822cd55eb22c", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "57ef17a2-eb47-4fea-acca-675ff226118b", "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 \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proidentf2e\": -28642723\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ads/:connection_id/organization?fields=id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "ads", ":connection_id", "organization" ], "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 \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"parent_id\": \"\",\n \"raw\": {\n \"proidentf2e\": -28642723\n },\n \"timezone\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-57ef17a2-eb47-4fea-acca-675ff226118b" } ], "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-3921de38-e977-4b4b-9b26-4881a58615e9" } ], "id": "4a0a9060-899b-415c-8602-8360c66a916d", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-4a0a9060-899b-415c-8602-8360c66a916d" } ], "id": "1ce6ab6e-b76f-486b-a45c-9c3f800192e7", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-1ce6ab6e-b76f-486b-a45c-9c3f800192e7" } ], "id": "07b29752-93c6-4ea9-aaef-4fafacc824d4", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-07b29752-93c6-4ea9-aaef-4fafacc824d4" }, { "name": "repo", "item": [ { "name": "{connection_id}", "item": [ { "name": "organization", "item": [ { "name": "{id}", "item": [ { "name": "Remove an Organization", "id": "3dc2674b-01de-4c0c-93e6-a4d6d75d047d", "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}}/repo/:connection_id/organization/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":id" ], "variable": [ { "id": "90c34cfb-d256-4e1e-b13c-ea4b81b81cb3", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "eb5b680c-1503-4ef0-9578-e70905751b0d", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "ef10cecd-8bf0-4e8d-ab1a-805dd56a2078", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-ef10cecd-8bf0-4e8d-ab1a-805dd56a2078" }, { "id": "6c54ab4d-0c6b-4353-8cc0-102c60ca463e", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization/:id", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":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:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-6c54ab4d-0c6b-4353-8cc0-102c60ca463e" } ], "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-3dc2674b-01de-4c0c-93e6-a4d6d75d047d" }, { "name": "Retrieve an Organization", "id": "dbb8f2e7-f748-48c2-a712-5260f5f831ec", "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}}/repo/:connection_id/organization/:id?fields=avatar_url&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "avatar_url" }, { "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": "12b130dd-d287-4841-a42b-fac990edfed9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "87ab85a8-9f72-498f-870e-ed805e2e4602", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "1f2e005b-bcf9-46c9-ae88-c51704d4c065", "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}}/repo/:connection_id/organization/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"esse3\": 46514183,\n \"in_e\": true\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-1f2e005b-bcf9-46c9-ae88-c51704d4c065" } ], "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-dbb8f2e7-f748-48c2-a712-5260f5f831ec" }, { "name": "Update an Organization", "id": "b0bbec2a-878c-48a5-9f9c-de3a24cdf661", "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"esse3\": 46514183,\n \"in_e\": true\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization/:id?fields=avatar_url&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "avatar_url" }, { "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": "5263c0a6-f606-449d-bc5a-e9d8d25bce96", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "7a71199b-e4b8-4e5f-acfe-ff65c7907acc", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "feb216a0-f356-4958-a4d4-358565b2fd14", "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"esse3\": 46514183,\n \"in_e\": true\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"esse3\": 46514183,\n \"in_e\": true\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-feb216a0-f356-4958-a4d4-358565b2fd14" } ], "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-b0bbec2a-878c-48a5-9f9c-de3a24cdf661" }, { "name": "Update an Organization", "id": "80c20d83-0181-4a6f-86ef-992e6e25dbeb", "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"esse3\": 46514183,\n \"in_e\": true\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization/:id?fields=avatar_url&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "avatar_url" }, { "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": "491a60e7-55f4-4882-9a26-425055a6f050", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5a87e936-38c8-40e2-8887-ff10f6aaac6b", "key": "id", "value": "", "description": "(Required) ID of the Organization" } ] } }, "response": [ { "id": "500dc9d0-1dcb-49c9-a76c-b41511778c11", "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"esse3\": 46514183,\n \"in_e\": true\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization/:id?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization", ":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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"esse3\": 46514183,\n \"in_e\": true\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-500dc9d0-1dcb-49c9-a76c-b41511778c11" } ], "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-80c20d83-0181-4a6f-86ef-992e6e25dbeb" } ], "id": "eaa001a6-59f9-447a-9d9c-899ccd36ef9d", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-eaa001a6-59f9-447a-9d9c-899ccd36ef9d" }, { "name": "List All Organizations", "id": "24ea8c1a-1b6f-4956-89f2-fffb4c455924", "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}}/repo/:connection_id/organization?limit=&offset=&updated_gte=&sort=&order=&query=&fields=avatar_url&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization" ], "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": "avatar_url" }, { "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": "31ffde78-1161-4486-8679-fb393aa0edca", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "8724af68-c5f1-40f0-80e1-f8c2fd2e236a", "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}}/repo/:connection_id/organization?limit=&offset=&updated_gte=&sort=&order=&query=&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization" ], "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": "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"velitda4\": -44877351.36348161,\n \"do_575\": -47184538\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n },\n {\n \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"utd9a\": true,\n \"aliquip_6a\": false\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-8724af68-c5f1-40f0-80e1-f8c2fd2e236a" } ], "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-24ea8c1a-1b6f-4956-89f2-fffb4c455924" }, { "name": "Create an Organization", "id": "1da2ff5b-18b5-4f6f-a20f-20ba8f8fbe2c", "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"esse3\": 46514183,\n \"in_e\": true\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization?fields=avatar_url&fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "avatar_url" }, { "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": "48c46bea-265a-417c-9843-4364e8f6237d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "f2464202-7f76-4b9e-bbb8-088cf2872edf", "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"esse3\": 46514183,\n \"in_e\": true\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/repo/:connection_id/organization?fields=name&raw=", "host": [ "{{baseUrl}}" ], "path": [ "repo", ":connection_id", "organization" ], "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 \"avatar_url\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"raw\": {\n \"esse3\": 46514183,\n \"in_e\": true\n },\n \"updated_at\": \"\",\n \"user_ids\": [\n \"\",\n \"\"\n ],\n \"web_url\": \"\"\n}", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-f2464202-7f76-4b9e-bbb8-088cf2872edf" } ], "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-1da2ff5b-18b5-4f6f-a20f-20ba8f8fbe2c" } ], "id": "1aac3f89-c31e-4f9b-b869-b7208428d872", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-1aac3f89-c31e-4f9b-b869-b7208428d872" } ], "id": "df57b172-4bf7-42df-bc1a-0f36a17035f8", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-df57b172-4bf7-42df-bc1a-0f36a17035f8" } ], "id": "7250a490-a771-47b9-bdd1-7da386e1a7eb", "createdAt": "2026-07-28T03:25:08.000Z", "updatedAt": "2026-07-28T03:25:08.000Z", "uid": "35240-7250a490-a771-47b9-bdd1-7da386e1a7eb" } ], "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" } ] }