{ "info": { "_postman_id": "73718743-ed1c-47c1-99d2-04421f74cc8e", "name": "Unified.to account login 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:58.000Z", "updatedAt": "2026-07-28T03:24:58.000Z", "lastUpdatedBy": "35240", "uid": "35240-73718743-ed1c-47c1-99d2-04421f74cc8e" }, "item": [ { "name": "unified", "item": [ { "name": "integration", "item": [ { "name": "login", "item": [ { "name": "{workspace_id}", "item": [ { "name": "{integration_type}", "item": [ { "name": "Sign in a User", "id": "a5f89239-91bf-415a-bbc1-a77d0b0bd88c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" } ], "url": { "raw": "{{baseUrl}}/unified/integration/login/:workspace_id/:integration_type?success_redirect=&failure_redirect=&state=&redirect=&env=", "host": [ "{{baseUrl}}" ], "path": [ "unified", "integration", "login", ":workspace_id", ":integration_type" ], "query": [ { "description": "The URL where you want the user to be redirect to after a successful authentication/sign-in. A \"jwt\" parameter will be appended to the URL which will contain a name and email of the user who just signed-in.", "key": "success_redirect", "value": "" }, { "description": "The URL where you want the user to be redirect to after an unsuccessful authentication. An \"error\" variable will be appended.", "key": "failure_redirect", "value": "" }, { "description": "Extra state to send back to your success URL", "key": "state", "value": "" }, { "key": "redirect", "value": "" }, { "key": "env", "value": "" } ], "variable": [ { "id": "224ada72-528e-4a39-94ad-c25c79acea61", "key": "workspace_id", "value": "", "description": "(Required) The ID of the workspace" }, { "id": "cc049dfa-daa8-4b67-aa71-b8b7f8e25eb4", "key": "integration_type", "value": "", "description": "(Required) Type of the supported integration" } ] }, "description": "Returns an authentication URL for the specified integration. Once a successful authentication occurs, the name and email are returned inside a jwt parameter, which is a JSON web token that is base-64 encoded." }, "response": [ { "id": "c03a9bee-e88f-4518-b21b-01e7fb5b78af", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "text/plain" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/unified/integration/login/:workspace_id/:integration_type?success_redirect=&failure_redirect=&state=&redirect=&env=", "host": [ "{{baseUrl}}" ], "path": [ "unified", "integration", "login", ":workspace_id", ":integration_type" ], "query": [ { "description": "The URL where you want the user to be redirect to after a successful authentication/sign-in. A \"jwt\" parameter will be appended to the URL which will contain a name and email of the user who just signed-in.", "key": "success_redirect", "value": "" }, { "description": "The URL where you want the user to be redirect to after an unsuccessful authentication. An \"error\" variable will be appended.", "key": "failure_redirect", "value": "" }, { "description": "Extra state to send back to your success URL", "key": "state", "value": "" }, { "key": "redirect", "value": "" }, { "key": "env", "value": "" } ], "variable": [ { "key": "workspace_id" }, { "key": "integration_type" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [ { "key": "Content-Type", "value": "text/plain" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:24:58.000Z", "updatedAt": "2026-07-28T03:24:58.000Z", "uid": "35240-c03a9bee-e88f-4518-b21b-01e7fb5b78af" } ], "createdAt": "2026-07-28T03:24:58.000Z", "updatedAt": "2026-07-28T03:24:58.000Z", "uid": "35240-a5f89239-91bf-415a-bbc1-a77d0b0bd88c" } ], "id": "f851f814-2f32-4787-8289-e920eb854d05", "createdAt": "2026-07-28T03:24:58.000Z", "updatedAt": "2026-07-28T03:24:58.000Z", "uid": "35240-f851f814-2f32-4787-8289-e920eb854d05" } ], "id": "07057830-dee8-4d89-91a9-370fa4abe981", "createdAt": "2026-07-28T03:24:58.000Z", "updatedAt": "2026-07-28T03:24:58.000Z", "uid": "35240-07057830-dee8-4d89-91a9-370fa4abe981" } ], "id": "e5fae6e2-6fb7-4533-9d1b-a68d4ecfacdc", "createdAt": "2026-07-28T03:24:58.000Z", "updatedAt": "2026-07-28T03:24:58.000Z", "uid": "35240-e5fae6e2-6fb7-4533-9d1b-a68d4ecfacdc" } ], "id": "1d960a78-b04f-4d12-9198-6571dcee2663", "createdAt": "2026-07-28T03:24:58.000Z", "updatedAt": "2026-07-28T03:24:58.000Z", "uid": "35240-1d960a78-b04f-4d12-9198-6571dcee2663" } ], "id": "6f62763f-f933-4d4e-9a33-68bbe473ded0", "createdAt": "2026-07-28T03:24:58.000Z", "updatedAt": "2026-07-28T03:24:58.000Z", "uid": "35240-6f62763f-f933-4d4e-9a33-68bbe473ded0" } ], "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" } ] }