{ "item": [ { "id": "d1425275-ffcd-4c81-b03b-cea8822e1072", "name": "Links", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "6e750a9b-b72c-4b99-8e90-a35c4e003cea", "name": "List all Links", "request": { "name": "List all Links", "description": {}, "url": { "path": [ "api", "links", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [], "method": "GET", "auth": null }, "response": [] }, { "id": "385afa00-114e-47ce-b4c1-9e05cbf6d50c", "name": "Register a new Link", "request": { "name": "Register a new Link", "description": {}, "url": { "path": [ "api", "links", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"institution\": \"\",\n \"username\": \"\",\n \"password\": \"\",\n \"access_mode\": \"single\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "0ed34ce1-755d-4611-b10a-ea40c3d5bdc3", "name": "Get a Link's details", "request": { "name": "Get a Link's details", "description": {}, "url": { "path": [ "api", "links", ":id", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "key": "id", "value": "" } ] }, "header": [], "method": "GET", "auth": null }, "response": [] }, { "id": "bb98ab42-0539-4ec7-b692-e3e90bf7ef40", "name": "Complete a Link request", "request": { "name": "Complete a Link request", "description": {}, "url": { "path": [ "api", "links", ":id", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "key": "id", "value": "" } ] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "PATCH", "auth": null, "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"token\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "57b6e0eb-883a-4804-89f0-228b09a31a9f", "name": "Delete a Link", "request": { "name": "Delete a Link", "description": {}, "url": { "path": [ "api", "links", ":id", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "key": "id", "value": "" } ] }, "header": [], "method": "DELETE", "auth": null }, "response": [] } ] }, { "id": "4cd3736d-9720-43c2-abf7-5800b04d9323", "name": "Accounts", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "f5c1f4dd-474f-4095-9f9e-d555c4282207", "name": "List all accounts", "request": { "name": "List all accounts", "description": {}, "url": { "path": [ "api", "accounts", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [], "method": "GET", "auth": null }, "response": [] }, { "id": "08b6af8a-dc98-46c8-bc1e-6fa0aa5b778d", "name": "Retrieve accounts for a Link", "request": { "name": "Retrieve accounts for a Link", "description": {}, "url": { "path": [ "api", "accounts", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"link\": \"\",\n \"save_data\": true\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "030336df-88bb-42e7-a7a7-a7e520e1a22a", "name": "Get an account's details", "request": { "name": "Get an account's details", "description": {}, "url": { "path": [ "api", "accounts", ":id", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "key": "id", "value": "" } ] }, "header": [], "method": "GET", "auth": null }, "response": [] }, { "id": "0b7e0151-89b4-4ecb-9834-06a6588f7f45", "name": "Delete an account", "request": { "name": "Delete an account", "description": {}, "url": { "path": [ "api", "accounts", ":id", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "key": "id", "value": "" } ] }, "header": [], "method": "DELETE", "auth": null }, "response": [] } ] }, { "id": "e2b78310-4075-44dd-91c6-c01c63102561", "name": "Transactions", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "6ffb82c3-dc74-4d4b-8dbf-c03ea1decc29", "name": "List all transactions", "request": { "name": "List all transactions", "description": {}, "url": { "path": [ "api", "transactions", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [], "method": "GET", "auth": null }, "response": [] }, { "id": "df2b03bf-4cb1-470a-8820-ed2b568d7c13", "name": "Retrieve transactions for a Link", "request": { "name": "Retrieve transactions for a Link", "description": {}, "url": { "path": [ "api", "transactions", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"link\": \"\",\n \"date_from\": \"2026-01-01\",\n \"date_to\": \"2026-06-21\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "eba8ee90-567b-42fb-b3ae-68f12c200d6c", "name": "Get a transaction's details", "request": { "name": "Get a transaction's details", "description": {}, "url": { "path": [ "api", "transactions", ":id", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "key": "id", "value": "" } ] }, "header": [], "method": "GET", "auth": null }, "response": [] } ] }, { "id": "07f23af2-47bd-48cb-9323-3307f8ccdbb8", "name": "Balances", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "77716a8c-1324-4cae-a858-9abd77f1fd00", "name": "List all balances", "request": { "name": "List all balances", "description": {}, "url": { "path": [ "api", "balances", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [], "method": "GET", "auth": null }, "response": [] }, { "id": "27877c33-2e20-45d3-bb24-d5d9a617d5f9", "name": "Retrieve balances for a Link", "request": { "name": "Retrieve balances for a Link", "description": {}, "url": { "path": [ "api", "balances", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"link\": \"\",\n \"date_from\": \"2026-01-01\",\n \"date_to\": \"2026-06-21\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] } ] }, { "id": "50c63d50-a277-48b2-8db5-3f1a2b1d774d", "name": "Owners", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "868b1e4e-a895-4a01-857b-6e50c90ce050", "name": "List all owners", "request": { "name": "List all owners", "description": {}, "url": { "path": [ "api", "owners", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [], "method": "GET", "auth": null }, "response": [] }, { "id": "b17e31ee-5a30-4672-aea1-6f1629b98abe", "name": "Retrieve owners for a Link", "request": { "name": "Retrieve owners for a Link", "description": {}, "url": { "path": [ "api", "owners", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"link\": \"\",\n \"save_data\": true\n}", "options": { "raw": { "language": "json" } } } }, "response": [] } ] }, { "id": "1e1ee66f-3403-42b3-b9aa-ae41d3bb0fe0", "name": "Incomes", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "83a763ce-d7b8-461d-8e21-99e97132f5e8", "name": "List all incomes", "request": { "name": "List all incomes", "description": {}, "url": { "path": [ "api", "incomes", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [], "method": "GET", "auth": null }, "response": [] }, { "id": "3d5cf47c-a591-4b90-a86f-5aa8ed700849", "name": "Retrieve incomes for a Link", "request": { "name": "Retrieve incomes for a Link", "description": {}, "url": { "path": [ "api", "incomes", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"link\": \"\",\n \"save_data\": true\n}", "options": { "raw": { "language": "json" } } } }, "response": [] } ] }, { "id": "1282f9a5-9e95-4695-9002-133e2b0d5445", "name": "Recurring Expenses", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "b457f787-bb64-4d78-911b-52ea5d14c2c7", "name": "List all recurring expenses", "request": { "name": "List all recurring expenses", "description": {}, "url": { "path": [ "api", "recurring-expenses", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [], "method": "GET", "auth": null }, "response": [] }, { "id": "60c06260-a053-487c-8565-b1d3f7ce68d0", "name": "Retrieve recurring expenses for a Link", "request": { "name": "Retrieve recurring expenses for a Link", "description": {}, "url": { "path": [ "api", "recurring-expenses", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"link\": \"\",\n \"save_data\": true\n}", "options": { "raw": { "language": "json" } } } }, "response": [] } ] }, { "id": "63268d61-1634-451d-934b-c17f07402f7b", "name": "Institutions", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "5c1be5e7-4468-47d5-874b-17401b5072a9", "name": "List all institutions", "request": { "name": "List all institutions", "description": {}, "url": { "path": [ "api", "institutions", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [], "method": "GET", "auth": null }, "response": [] }, { "id": "25370738-e6af-4cd3-b775-7d8b5c9d810e", "name": "Get an institution's details", "request": { "name": "Get an institution's details", "description": {}, "url": { "path": [ "api", "institutions", ":id", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "key": "id", "value": "" } ] }, "header": [], "method": "GET", "auth": null }, "response": [] } ] }, { "id": "a631bead-20c9-430c-8122-851ff5826975", "name": "Webhooks", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "cc3070f4-0413-4a24-852d-9f9bcdaa380a", "name": "List all webhooks", "request": { "name": "List all webhooks", "description": {}, "url": { "path": [ "api", "webhooks", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [], "method": "GET", "auth": null }, "response": [] }, { "id": "7bb1fdd6-0ba0-4adf-815e-08d62bc970d1", "name": "Create a webhook", "request": { "name": "Create a webhook", "description": {}, "url": { "path": [ "api", "webhooks", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"authorization_header\": \"\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "254795d8-0d64-4f97-aeba-2bf11a91c92a", "name": "Get a webhook's details", "request": { "name": "Get a webhook's details", "description": {}, "url": { "path": [ "api", "webhooks", ":id", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "key": "id", "value": "" } ] }, "header": [], "method": "GET", "auth": null }, "response": [] }, { "id": "7dfbd720-fe30-45bb-905c-8994ee6277d8", "name": "Delete a webhook", "request": { "name": "Delete a webhook", "description": {}, "url": { "path": [ "api", "webhooks", ":id", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "key": "id", "value": "" } ] }, "header": [], "method": "DELETE", "auth": null }, "response": [] } ] }, { "id": "ce3b6b10-f3ff-4c73-a97c-fe0c634b00f2", "name": "Payments (Brazil)", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "dc9d4d5b-68da-42a5-85b6-08e8cf82b399", "name": "List all payment intents", "request": { "name": "List all payment intents", "description": {}, "url": { "path": [ "payments", "br", "payment-intents", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [], "method": "GET", "auth": null }, "response": [] }, { "id": "0a992d83-3214-451b-a9e6-3c0d3997ecfc", "name": "Create a payment intent", "request": { "name": "Create a payment intent", "description": {}, "url": { "path": [ "payments", "br", "payment-intents", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"amount\": \"100.00\",\n \"description\": \"\",\n \"provider\": \"pix\"\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "cae8ec17-7df9-4341-8267-859531153edb", "name": "Get a payment intent's details", "request": { "name": "Get a payment intent's details", "description": {}, "url": { "path": [ "payments", "br", "payment-intents", ":id", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "key": "id", "value": "" } ] }, "header": [], "method": "GET", "auth": null }, "response": [] }, { "id": "5b7bd971-a441-456b-9c93-a06e29335441", "name": "List all customers", "request": { "name": "List all customers", "description": {}, "url": { "path": [ "payments", "br", "customers", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [], "method": "GET", "auth": null }, "response": [] }, { "id": "80d4518b-af89-4f90-9ea1-296a1e20c15b", "name": "Create a customer", "request": { "name": "Create a customer", "description": {}, "url": { "path": [ "payments", "br", "customers", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" } ], "method": "POST", "auth": null, "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"identifier\": {\n \"type\": \"CPF\",\n \"number\": \"\"\n }\n}", "options": { "raw": { "language": "json" } } } }, "response": [] }, { "id": "ea0583f8-48b6-42cc-a09a-b84323f8b6e1", "name": "List all payment institutions", "request": { "name": "List all payment institutions", "description": {}, "url": { "path": [ "payments", "br", "payment-institutions", "" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [], "method": "GET", "auth": null }, "response": [] } ] } ], "event": [], "variable": [ { "type": "string", "value": "https://api.belvo.com", "key": "baseUrl" } ], "auth": { "type": "basic", "basic": [ { "key": "username", "value": "{{secretId}}" }, { "key": "password", "value": "{{secretPassword}}" } ] }, "info": { "_postman_id": "4b6cd5ee-d298-432a-99e4-8bf3b4621197", "name": "Belvo API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "RESTful open-finance API for Latin America - Links, Accounts, Transactions, Balances, Owners, Incomes, Recurring Expenses, Institutions, Payments (Brazil / Pix), and Webhooks. HTTP Basic auth using Secret Key ID and Secret Key Password.\n\nContact Support:\n Name: Belvo Support\n Email: support@belvo.com", "type": "text/plain" } } }