{ "info": { "_postman_id": "2d0aaf8d-6a7a-4c48-a0da-ca3ef28c86d3", "name": "Brale Accounts Financial Institutions API", "description": "Update this with a description. Can we use markdown in this section?\n\nContact Support:\n Name: Brale API Support\n Email: support@brale.xyz", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:15:44.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "lastUpdatedBy": "35240", "uid": "35240-2d0aaf8d-6a7a-4c48-a0da-ca3ef28c86d3" }, "item": [ { "name": "accounts", "item": [ { "name": "{account_id}", "item": [ { "name": "financial-institutions", "item": [ { "name": "{fi_id}", "item": [ { "name": "status", "item": [ { "name": "Get financial institution status and update requirements", "id": "d98d70a5-59f4-4ce0-96bc-f5f66bd69e25", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "addresses:read financial-institutions:read mints:write orders:read redemptions:write self_attested_tokens:burn self_attested_tokens:mint self_attested_tokens:transfer tokens:read webhooks:read webhooks:write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://auth.brale.xyz/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id/status", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id", "status" ], "variable": [ { "id": "a704e2fb-cc99-47c9-b04b-216d9172baf8", "key": "account_id", "value": "", "description": "(Required) Account ID" }, { "id": "544d8f20-0928-473d-82a7-b2477b5c71eb", "key": "fi_id", "value": "", "description": "(Required) Financial Institution ID" } ] } }, "response": [ { "id": "b4d3e9de-c855-41c9-99bc-1f75e0ca32b2", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id/status", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id", "status" ], "variable": [ { "key": "account_id" }, { "key": "fi_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"needs_update\": \"\",\n \"status\": \"active\",\n \"last_updated\": \"\",\n \"financial_institution_id\": \"\"\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-b4d3e9de-c855-41c9-99bc-1f75e0ca32b2" }, { "id": "14b4f019-7646-4c70-9f79-1bf30c5c21ea", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id/status", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id", "status" ], "variable": [ { "key": "account_id" }, { "key": "fi_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-14b4f019-7646-4c70-9f79-1bf30c5c21ea" }, { "id": "70f0cfc0-a2a0-43d8-a35d-bace85d488c1", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id/status", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id", "status" ], "variable": [ { "key": "account_id" }, { "key": "fi_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-70f0cfc0-a2a0-43d8-a35d-bace85d488c1" }, { "id": "ea9a477c-8103-4124-9a45-3d65e0498084", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id/status", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id", "status" ], "variable": [ { "key": "account_id" }, { "key": "fi_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-ea9a477c-8103-4124-9a45-3d65e0498084" } ], "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-d98d70a5-59f4-4ce0-96bc-f5f66bd69e25" } ], "id": "a9186d05-386d-428d-aa31-2aaac9bc05c7", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-a9186d05-386d-428d-aa31-2aaac9bc05c7" }, { "name": "update-link-token", "item": [ { "name": "Create update link token for existing financial institution", "id": "ddc53bb6-e2fb-4716-adb9-39562a60ce4e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "addresses:read financial-institutions:read mints:write orders:read redemptions:write self_attested_tokens:burn self_attested_tokens:mint self_attested_tokens:transfer tokens:read webhooks:read webhooks:write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://auth.brale.xyz/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id/update-link-token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id", "update-link-token" ], "variable": [ { "id": "27e0399a-3796-4b2d-91ad-7904ca0ddc53", "key": "account_id", "value": "", "description": "(Required) Account ID" }, { "id": "501a1d31-9dca-455a-bfd7-7bae983159af", "key": "fi_id", "value": "", "description": "(Required) Financial Institution ID" } ] } }, "response": [ { "id": "6dcd91fd-3678-48c7-b113-2ff9aab93882", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id/update-link-token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id", "update-link-token" ], "variable": [ { "key": "account_id" }, { "key": "fi_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"link_token\": \"\",\n \"expiration\": \"\",\n \"callback_url\": \"\"\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-6dcd91fd-3678-48c7-b113-2ff9aab93882" }, { "id": "9f14d263-8019-4db3-9bf1-e826c6a63116", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id/update-link-token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id", "update-link-token" ], "variable": [ { "key": "account_id" }, { "key": "fi_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-9f14d263-8019-4db3-9bf1-e826c6a63116" }, { "id": "c2a392e4-712a-4d02-b31c-5f6146a83b94", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id/update-link-token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id", "update-link-token" ], "variable": [ { "key": "account_id" }, { "key": "fi_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-c2a392e4-712a-4d02-b31c-5f6146a83b94" }, { "id": "e1827ad5-497b-4e31-937a-57f08c1f8ec0", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id/update-link-token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id", "update-link-token" ], "variable": [ { "key": "account_id" }, { "key": "fi_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-e1827ad5-497b-4e31-937a-57f08c1f8ec0" }, { "id": "c3957c82-69fc-4944-8426-ec999268e08b", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id/update-link-token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id", "update-link-token" ], "variable": [ { "key": "account_id" }, { "key": "fi_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-c3957c82-69fc-4944-8426-ec999268e08b" } ], "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-ddc53bb6-e2fb-4716-adb9-39562a60ce4e" } ], "id": "178232e7-69d8-431e-bd99-ff78360df8d8", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-178232e7-69d8-431e-bd99-ff78360df8d8" }, { "name": "Get individual financial institution", "id": "64361a0d-0eff-40ee-81f2-138d3ffb937b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "addresses:read financial-institutions:read mints:write orders:read redemptions:write self_attested_tokens:burn self_attested_tokens:mint self_attested_tokens:transfer tokens:read webhooks:read webhooks:write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://auth.brale.xyz/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id" ], "variable": [ { "id": "7e55326b-69a3-475b-bea2-23369cf7873f", "key": "account_id", "value": "", "description": "(Required) Account ID" }, { "id": "5e918766-3bea-4d1d-905f-79cf4df8496d", "key": "fi_id", "value": "", "description": "(Required) FinancialInstitution ID" } ] } }, "response": [ { "id": "85c342bc-829b-41fa-8415-d0358fc291ca", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id" ], "variable": [ { "key": "account_id" }, { "key": "fi_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"routingNumber\": \"\",\n \"status\": \"archived\",\n \"created\": \"\",\n \"account_number\": \"\",\n \"account_type\": \"checking\",\n \"bank_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"OH\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"beneficiary_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"AL\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"last_updated\": \"\",\n \"needs_update\": \"\",\n \"owner\": \"\",\n \"ownership\": \"customer-owned\",\n \"transfer_types\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-85c342bc-829b-41fa-8415-d0358fc291ca" }, { "id": "ac029a61-5b71-4a0a-832f-1abf67401bf2", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id" ], "variable": [ { "key": "account_id" }, { "key": "fi_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-ac029a61-5b71-4a0a-832f-1abf67401bf2" }, { "id": "6c32043e-fce2-4ed7-8b0c-5a410407e907", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id" ], "variable": [ { "key": "account_id" }, { "key": "fi_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-6c32043e-fce2-4ed7-8b0c-5a410407e907" }, { "id": "f2e68be3-eb44-4920-a24c-921063aaa025", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id" ], "variable": [ { "key": "account_id" }, { "key": "fi_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-f2e68be3-eb44-4920-a24c-921063aaa025" }, { "id": "6a3f4f44-5cda-4cc8-b3fc-d632a658608a", "name": "Unknown", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/:fi_id", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", ":fi_id" ], "variable": [ { "key": "account_id" }, { "key": "fi_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-6a3f4f44-5cda-4cc8-b3fc-d632a658608a" } ], "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-64361a0d-0eff-40ee-81f2-138d3ffb937b" } ], "id": "f1bbddeb-d3ca-40df-9fde-06957fde63e5", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-f1bbddeb-d3ca-40df-9fde-06957fde63e5" }, { "name": "register-account", "item": [ { "name": "Register financial institution account", "id": "8b854c1f-533b-48c9-aa9a-d94908a3c9ab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "addresses:read financial-institutions:read mints:write orders:read redemptions:write self_attested_tokens:burn self_attested_tokens:mint self_attested_tokens:transfer tokens:read webhooks:read webhooks:write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://auth.brale.xyz/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "register-account" ], "variable": [ { "id": "0c801839-c2a2-4540-920a-8b6fe950c0ee", "key": "account_id", "value": "", "description": "(Required) Account ID" } ] }, "description": "Registers a financial institution account using Plaid public token" }, "response": [ { "id": "f3d7f858-88d4-4fc9-bd85-63ed90c6e875", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "register-account" ], "variable": [ { "key": "account_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"financial_institution_id\": \"\"\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-f3d7f858-88d4-4fc9-bd85-63ed90c6e875" }, { "id": "826fc303-0e8a-4aea-9115-8b426bc1e3b7", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "register-account" ], "variable": [ { "key": "account_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-826fc303-0e8a-4aea-9115-8b426bc1e3b7" }, { "id": "9772fc26-1251-4375-aca2-de8240b94e85", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "register-account" ], "variable": [ { "key": "account_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-9772fc26-1251-4375-aca2-de8240b94e85" }, { "id": "fe44e596-8deb-4e70-9279-ed6704021987", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "register-account" ], "variable": [ { "key": "account_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-fe44e596-8deb-4e70-9279-ed6704021987" }, { "id": "86fec5f2-7085-4a9e-896b-665ac7c9ec1e", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "register-account" ], "variable": [ { "key": "account_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-86fec5f2-7085-4a9e-896b-665ac7c9ec1e" }, { "id": "86375de1-9c43-4b45-9bb5-d4e025cd304b", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "register-account" ], "variable": [ { "key": "account_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-86375de1-9c43-4b45-9bb5-d4e025cd304b" }, { "id": "6f050628-f0ba-4b57-998d-cfbbd6f45cd6", "name": "Unknown", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "register-account" ], "variable": [ { "key": "account_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-6f050628-f0ba-4b57-998d-cfbbd6f45cd6" } ], "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-8b854c1f-533b-48c9-aa9a-d94908a3c9ab" } ], "id": "beb065c6-02fa-422c-94b3-e2f823b3f0b1", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-beb065c6-02fa-422c-94b3-e2f823b3f0b1" }, { "name": "external", "item": [ { "name": "Create External financial institution", "id": "7fc65a5b-324a-4278-8723-b60288be2bb3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "addresses:read financial-institutions:read mints:write orders:read redemptions:write self_attested_tokens:burn self_attested_tokens:mint self_attested_tokens:transfer tokens:read webhooks:read webhooks:write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://auth.brale.xyz/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"owner\": \"\",\n \"account_number\": \"\",\n \"routing_number\": \"\",\n \"account_type\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"bank_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"ND\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"beneficiary_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"IN\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"name\": \"\",\n \"ownership\": \"self-owned\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/external", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "external" ], "variable": [ { "id": "3458e03c-64f6-4ad7-b72b-46f2b5e353b2", "key": "account_id", "value": "", "description": "(Required) Account ID" } ] }, "description": "Creates a record of an external financial institution that can be used to receive funds." }, "response": [ { "id": "d46f0bbf-33ce-41d2-959f-69960cd40f09", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"owner\": \"\",\n \"account_number\": \"\",\n \"routing_number\": \"\",\n \"account_type\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"bank_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"ND\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"beneficiary_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"IN\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"name\": \"\",\n \"ownership\": \"self-owned\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/external", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "external" ], "variable": [ { "key": "account_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"routingNumber\": \"\",\n \"status\": \"archived\",\n \"created\": \"\",\n \"account_number\": \"\",\n \"account_type\": \"checking\",\n \"bank_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"OH\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"beneficiary_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"AL\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"last_updated\": \"\",\n \"needs_update\": \"\",\n \"owner\": \"\",\n \"ownership\": \"customer-owned\",\n \"transfer_types\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-d46f0bbf-33ce-41d2-959f-69960cd40f09" }, { "id": "2379071f-33ac-48b3-947a-9d78604a1ca8", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"owner\": \"\",\n \"account_number\": \"\",\n \"routing_number\": \"\",\n \"account_type\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"bank_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"ND\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"beneficiary_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"IN\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"name\": \"\",\n \"ownership\": \"self-owned\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/external", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "external" ], "variable": [ { "key": "account_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-2379071f-33ac-48b3-947a-9d78604a1ca8" }, { "id": "30c6483a-9e3d-4bb0-8571-01dba6dd92df", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"owner\": \"\",\n \"account_number\": \"\",\n \"routing_number\": \"\",\n \"account_type\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"bank_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"ND\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"beneficiary_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"IN\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"name\": \"\",\n \"ownership\": \"self-owned\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/external", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "external" ], "variable": [ { "key": "account_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-30c6483a-9e3d-4bb0-8571-01dba6dd92df" }, { "id": "0cc40145-a29e-435e-a1d8-00c31abdb49f", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"owner\": \"\",\n \"account_number\": \"\",\n \"routing_number\": \"\",\n \"account_type\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"bank_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"ND\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"beneficiary_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"IN\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"name\": \"\",\n \"ownership\": \"self-owned\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/external", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "external" ], "variable": [ { "key": "account_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-0cc40145-a29e-435e-a1d8-00c31abdb49f" }, { "id": "00f6e4ad-879e-4a7b-9c9a-720de96dce05", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"owner\": \"\",\n \"account_number\": \"\",\n \"routing_number\": \"\",\n \"account_type\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"bank_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"ND\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"beneficiary_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"IN\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"name\": \"\",\n \"ownership\": \"self-owned\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/external", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "external" ], "variable": [ { "key": "account_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-00f6e4ad-879e-4a7b-9c9a-720de96dce05" }, { "id": "58e92ee9-63dc-4c54-99f4-df50aa9d5a9e", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"owner\": \"\",\n \"account_number\": \"\",\n \"routing_number\": \"\",\n \"account_type\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"bank_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"ND\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"beneficiary_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"IN\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"name\": \"\",\n \"ownership\": \"self-owned\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/external", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "external" ], "variable": [ { "key": "account_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-58e92ee9-63dc-4c54-99f4-df50aa9d5a9e" }, { "id": "7ef49e4d-8546-4f6f-b99d-15f3bf1f6d7a", "name": "Unknown", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"owner\": \"\",\n \"account_number\": \"\",\n \"routing_number\": \"\",\n \"account_type\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"bank_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"ND\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"beneficiary_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"IN\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"name\": \"\",\n \"ownership\": \"self-owned\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/external", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "external" ], "variable": [ { "key": "account_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-7ef49e4d-8546-4f6f-b99d-15f3bf1f6d7a" } ], "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-7fc65a5b-324a-4278-8723-b60288be2bb3" } ], "id": "5bdb0a28-7e49-4ea6-acfb-35623268b94c", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-5bdb0a28-7e49-4ea6-acfb-35623268b94c" }, { "name": "plaid", "item": [ { "name": "link_token", "item": [ { "name": "Create Plaid link token", "id": "9665edf3-fa1a-4435-8a28-f4f2d026ed9f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "addresses:read financial-institutions:read mints:write orders:read redemptions:write self_attested_tokens:burn self_attested_tokens:mint self_attested_tokens:transfer tokens:read webhooks:read webhooks:write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://auth.brale.xyz/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/plaid/link_token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "plaid", "link_token" ], "variable": [ { "id": "a8297ffb-87b3-4f7e-889d-36d09dd0f999", "key": "account_id", "value": "", "description": "(Required) Account ID" } ] }, "description": "Creates a Plaid link token for bank authentication" }, "response": [ { "id": "73501835-57ed-4e32-bc06-01659af281fe", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/plaid/link_token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "plaid", "link_token" ], "variable": [ { "key": "account_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"link_token\": \"\",\n \"expiration\": \"\",\n \"callback_url\": \"\"\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-73501835-57ed-4e32-bc06-01659af281fe" }, { "id": "86ca7f17-37f0-4c58-9ffb-ef4534aebd4a", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/plaid/link_token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "plaid", "link_token" ], "variable": [ { "key": "account_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-86ca7f17-37f0-4c58-9ffb-ef4534aebd4a" }, { "id": "d2ec9bb1-8fa3-48f7-ac4a-2962efa887c7", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/plaid/link_token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "plaid", "link_token" ], "variable": [ { "key": "account_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-d2ec9bb1-8fa3-48f7-ac4a-2962efa887c7" }, { "id": "ee6a8e40-1130-4cee-befc-976792977da5", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/plaid/link_token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "plaid", "link_token" ], "variable": [ { "key": "account_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-ee6a8e40-1130-4cee-befc-976792977da5" }, { "id": "6ab9c68a-0222-4991-aadc-d5851bba833e", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/plaid/link_token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "plaid", "link_token" ], "variable": [ { "key": "account_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-6ab9c68a-0222-4991-aadc-d5851bba833e" }, { "id": "093e8b5d-4aef-439f-b63d-26efed187e61", "name": "Unknown", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions/plaid/link_token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions", "plaid", "link_token" ], "variable": [ { "key": "account_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-093e8b5d-4aef-439f-b63d-26efed187e61" } ], "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-9665edf3-fa1a-4435-8a28-f4f2d026ed9f" } ], "id": "a79327bf-35c1-400b-bd34-d8ad75ef6886", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-a79327bf-35c1-400b-bd34-d8ad75ef6886" } ], "id": "07cfb06f-af07-45ac-84c1-2ddd03c4669f", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-07cfb06f-af07-45ac-84c1-2ddd03c4669f" }, { "name": "List financial institutions V2", "id": "cd064094-d0eb-44d7-86ef-d2122b574336", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "addresses:read financial-institutions:read mints:write orders:read redemptions:write self_attested_tokens:burn self_attested_tokens:mint self_attested_tokens:transfer tokens:read webhooks:read webhooks:write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://auth.brale.xyz/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions" ], "variable": [ { "id": "3fbe535a-8daa-488a-909e-831b625eeb88", "key": "account_id", "value": "", "description": "(Required) Account ID" } ] }, "description": "Returns all financial institutions you have added to your account to receive wired funds." }, "response": [ { "id": "a05998af-eb11-4b75-965e-e9df8f369aa0", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions" ], "variable": [ { "key": "account_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"financial_institutions\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"routingNumber\": \"\",\n \"status\": \"active\",\n \"created\": \"\",\n \"account_number\": \"\",\n \"account_type\": \"checking\",\n \"bank_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"WV\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"beneficiary_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"LA\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"last_updated\": \"\",\n \"needs_update\": \"\",\n \"owner\": \"\",\n \"ownership\": \"self-owned\",\n \"transfer_types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"routingNumber\": \"\",\n \"status\": \"archived\",\n \"created\": \"\",\n \"account_number\": \"\",\n \"account_type\": \"checking\",\n \"bank_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"MS\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"beneficiary_address\": {\n \"street_line_1\": \"\",\n \"city\": \"\",\n \"state\": \"CA\",\n \"zip\": \"\",\n \"country\": \"\",\n \"street_line_2\": \"\"\n },\n \"last_updated\": \"\",\n \"needs_update\": \"\",\n \"owner\": \"\",\n \"ownership\": \"self-owned\",\n \"transfer_types\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-a05998af-eb11-4b75-965e-e9df8f369aa0" }, { "id": "d0af686f-8b61-4bac-b28f-4852f1cfa641", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions" ], "variable": [ { "key": "account_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-d0af686f-8b61-4bac-b28f-4852f1cfa641" }, { "id": "fe8b6285-8d0e-49f7-be52-9fa044c1be89", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounts/:account_id/financial-institutions", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "financial-institutions" ], "variable": [ { "key": "account_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-fe8b6285-8d0e-49f7-be52-9fa044c1be89" } ], "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-cd064094-d0eb-44d7-86ef-d2122b574336" } ], "id": "332dd030-47c7-4f5c-9bd4-db66fa81491b", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-332dd030-47c7-4f5c-9bd4-db66fa81491b" }, { "name": "plaid", "item": [ { "name": "register-account", "item": [ { "name": "Register financial institution account via Plaid and return address ID", "id": "e96f2a5f-8531-4e07-be85-3ad78127d858", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "addresses:read financial-institutions:read mints:write orders:read redemptions:write self_attested_tokens:burn self_attested_tokens:mint self_attested_tokens:transfer tokens:read webhooks:read webhooks:write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://auth.brale.xyz/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"ownership\": \"first_party\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/plaid/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "plaid", "register-account" ], "variable": [ { "id": "1ac1118f-26b8-4828-b74d-86802dd3accd", "key": "account_id", "value": "", "description": "(Required) Account ID" } ] }, "description": "Registers a financial institution account using Plaid public token and returns the address ID" }, "response": [ { "id": "d1843f02-1b74-41b5-a9c5-f5c09fd0491b", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"ownership\": \"first_party\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/plaid/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "plaid", "register-account" ], "variable": [ { "key": "account_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "location", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"address_id\": \"\"\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-d1843f02-1b74-41b5-a9c5-f5c09fd0491b" }, { "id": "67963834-d3a2-4930-a3a5-f499b2373cb7", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"ownership\": \"first_party\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/plaid/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "plaid", "register-account" ], "variable": [ { "key": "account_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-67963834-d3a2-4930-a3a5-f499b2373cb7" }, { "id": "a2b45c6f-8310-428e-874b-26f9c50c2de6", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"ownership\": \"first_party\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/plaid/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "plaid", "register-account" ], "variable": [ { "key": "account_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-a2b45c6f-8310-428e-874b-26f9c50c2de6" }, { "id": "460e6a5b-5422-4560-985a-1340248eb737", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"ownership\": \"first_party\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/plaid/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "plaid", "register-account" ], "variable": [ { "key": "account_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-460e6a5b-5422-4560-985a-1340248eb737" }, { "id": "79aded7d-cf25-41a6-8c6b-5841d4f8c5db", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"ownership\": \"first_party\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/plaid/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "plaid", "register-account" ], "variable": [ { "key": "account_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-79aded7d-cf25-41a6-8c6b-5841d4f8c5db" }, { "id": "1ae37d5a-1803-4ec4-b60a-2d46e9883217", "name": "Conflict", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"ownership\": \"first_party\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/plaid/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "plaid", "register-account" ], "variable": [ { "key": "account_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-1ae37d5a-1803-4ec4-b60a-2d46e9883217" }, { "id": "c6b1304b-f9cd-412d-9df4-51404f9fc19b", "name": "Unknown", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"public_token\": \"\",\n \"customer_webhook_url\": \"\",\n \"transfer_types\": [\n \"\"\n ],\n \"ownership\": \"first_party\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/plaid/register-account", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "plaid", "register-account" ], "variable": [ { "key": "account_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-c6b1304b-f9cd-412d-9df4-51404f9fc19b" } ], "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-e96f2a5f-8531-4e07-be85-3ad78127d858" } ], "id": "47a18a56-cb4e-4e5b-b25e-f97150623e68", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-47a18a56-cb4e-4e5b-b25e-f97150623e68" }, { "name": "link_token", "item": [ { "name": "Create Plaid link token", "id": "f2e223b1-3b66-4028-b684-576ae8bdab46", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "addresses:read financial-institutions:read mints:write orders:read redemptions:write self_attested_tokens:burn self_attested_tokens:mint self_attested_tokens:transfer tokens:read webhooks:read webhooks:write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://auth.brale.xyz/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/plaid/link_token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "plaid", "link_token" ], "variable": [ { "id": "a9a45bc2-61b1-4f4e-8782-e78ac5c02232", "key": "account_id", "value": "", "description": "(Required) Account ID" } ] }, "description": "Creates a Plaid link token for bank authentication" }, "response": [ { "id": "42472484-585a-4bf1-9d1a-47ee9d37327d", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/plaid/link_token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "plaid", "link_token" ], "variable": [ { "key": "account_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"link_token\": \"\",\n \"expiration\": \"\",\n \"callback_url\": \"\"\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-42472484-585a-4bf1-9d1a-47ee9d37327d" }, { "id": "21d416af-08fc-4ddd-9d9f-62c9284ab2b4", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/plaid/link_token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "plaid", "link_token" ], "variable": [ { "key": "account_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-21d416af-08fc-4ddd-9d9f-62c9284ab2b4" }, { "id": "45e7b09c-d4c3-4ed1-a068-6c161a4a1160", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/plaid/link_token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "plaid", "link_token" ], "variable": [ { "key": "account_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-45e7b09c-d4c3-4ed1-a068-6c161a4a1160" }, { "id": "9528ce3c-7790-42b6-a81e-3fda305e86ee", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/plaid/link_token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "plaid", "link_token" ], "variable": [ { "key": "account_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-9528ce3c-7790-42b6-a81e-3fda305e86ee" }, { "id": "7d8ca0ec-5992-49a3-84db-be48445c9a82", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/plaid/link_token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "plaid", "link_token" ], "variable": [ { "key": "account_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-7d8ca0ec-5992-49a3-84db-be48445c9a82" }, { "id": "2b95a508-2ea5-40fe-8cf8-f64b98b05233", "name": "Unknown", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/plaid/link_token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "plaid", "link_token" ], "variable": [ { "key": "account_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-2b95a508-2ea5-40fe-8cf8-f64b98b05233" } ], "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-f2e223b1-3b66-4028-b684-576ae8bdab46" } ], "id": "22d9c5ab-66a3-4ff9-8b22-d98aadcf1102", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-22d9c5ab-66a3-4ff9-8b22-d98aadcf1102" } ], "id": "4f70ae1f-3041-49e6-a79b-e2364ed74b9c", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-4f70ae1f-3041-49e6-a79b-e2364ed74b9c" }, { "name": "addresses", "item": [ { "name": "{address_id}", "item": [ { "name": "update-link-token", "item": [ { "name": "Create update link token for existing financial institution", "id": "571d08b7-6c18-4c1a-8d12-e119e4880523", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "addresses:read financial-institutions:read mints:write orders:read redemptions:write self_attested_tokens:burn self_attested_tokens:mint self_attested_tokens:transfer tokens:read webhooks:read webhooks:write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://auth.brale.xyz/oauth2/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/addresses/:address_id/update-link-token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "addresses", ":address_id", "update-link-token" ], "variable": [ { "id": "26b428e6-d8dc-403f-96a7-b7b615a8c310", "key": "account_id", "value": "", "description": "(Required) Account ID" }, { "id": "affa4747-d03b-4b4c-b47d-24b1712e77a5", "key": "address_id" }, { "id": "02f7b597-def5-4c6b-9e88-413f3c91f165", "key": "fi_id", "value": "", "description": "(Required) Financial Institution ID" } ] } }, "response": [ { "id": "687e32ab-80ae-4421-8fa8-886419a81473", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/addresses/:address_id/update-link-token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "addresses", ":address_id", "update-link-token" ], "variable": [ { "key": "account_id" }, { "key": "address_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"link_token\": \"\",\n \"expiration\": \"\",\n \"callback_url\": \"\"\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-687e32ab-80ae-4421-8fa8-886419a81473" }, { "id": "e5346227-420f-46ce-95c4-823fe39c9acc", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/addresses/:address_id/update-link-token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "addresses", ":address_id", "update-link-token" ], "variable": [ { "key": "account_id" }, { "key": "address_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-e5346227-420f-46ce-95c4-823fe39c9acc" }, { "id": "2285f187-bb31-4546-a110-1fb8e99e4ed3", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/addresses/:address_id/update-link-token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "addresses", ":address_id", "update-link-token" ], "variable": [ { "key": "account_id" }, { "key": "address_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-2285f187-bb31-4546-a110-1fb8e99e4ed3" }, { "id": "558857cb-2295-47ca-839f-2a2e65c550c1", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/addresses/:address_id/update-link-token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "addresses", ":address_id", "update-link-token" ], "variable": [ { "key": "account_id" }, { "key": "address_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"errors\": [\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"nullafd\": {\n \"href\": \"\"\n },\n \"fugiat_5\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"temporfc\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n },\n {\n \"code\": \"\",\n \"detail\": \"\",\n \"id\": \"\",\n \"links\": {\n \"Excepteur_f\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"exercitation_f3\": \"\",\n \"nisi_4\": \"\",\n \"voluptate_ee7\": \"\"\n },\n \"source\": {\n \"parameter\": \"\",\n \"pointer\": \"\"\n },\n \"status\": \"\",\n \"title\": \"\"\n }\n ],\n \"links\": {\n \"et_e9\": {\n \"href\": \"\"\n }\n },\n \"meta\": {\n \"velit_b\": \"\"\n }\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-558857cb-2295-47ca-839f-2a2e65c550c1" }, { "id": "cee37e3f-4a24-4b8d-874c-47e9790016b6", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"android_package_name\": \"\",\n \"date_of_birth\": \"\",\n \"email_address\": \"\",\n \"legal_name\": \"\",\n \"phone_number\": \"\",\n \"redirect_uri\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounts/:account_id/addresses/:address_id/update-link-token", "host": [ "{{baseUrl}}" ], "path": [ "accounts", ":account_id", "addresses", ":address_id", "update-link-token" ], "variable": [ { "key": "account_id" }, { "key": "address_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": \"\",\n \"code\": \"\",\n \"detail\": \"\",\n \"status\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-cee37e3f-4a24-4b8d-874c-47e9790016b6" } ], "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-571d08b7-6c18-4c1a-8d12-e119e4880523" } ], "id": "779a4261-f4ff-40f5-921c-27c0af8873fb", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-779a4261-f4ff-40f5-921c-27c0af8873fb" } ], "id": "7516145c-0409-452b-9e0f-6dd898009ef2", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-7516145c-0409-452b-9e0f-6dd898009ef2" } ], "id": "8f42ea2b-f6b7-476e-8c17-45ffc425f51e", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-8f42ea2b-f6b7-476e-8c17-45ffc425f51e" } ], "id": "9ba1b8fd-b3ea-4f45-a459-9ab401b3fdaa", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-9ba1b8fd-b3ea-4f45-a459-9ab401b3fdaa" } ], "id": "f1b80f84-b386-477e-80bf-ea6a2951b215", "createdAt": "2026-07-28T01:15:45.000Z", "updatedAt": "2026-07-28T01:15:45.000Z", "uid": "35240-f1b80f84-b386-477e-80bf-ea6a2951b215" } ], "variable": [ { "key": "baseUrl", "value": "https://api.brale.xyz" } ] }