{ "info": { "_postman_id": "fac0d369-9e24-48e5-90c1-6fd6824f8f22", "name": "Account Level Webhooks Book Commands Business history API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "lastUpdatedBy": "35240", "uid": "35240-fac0d369-9e24-48e5-90c1-6fd6824f8f22" }, "item": [ { "name": "v2", "item": [ { "name": "book", "item": [ { "name": "{book_uuid}", "item": [ { "name": "business", "item": [ { "name": "Business identifier", "id": "1c94103f-5b7c-48d8-8f86-81653cf6f6ec", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v2/book/:book_uuid/business", "host": [ "{{baseUrl}}" ], "path": [ "v2", "book", ":book_uuid", "business" ], "variable": [ { "id": "22cb16d3-e80f-46c7-bc72-40208b6327ea", "key": "book_uuid", "value": "", "description": "(Required) A universally unique identifier (UUID) of the Book used to retrieve its associated business." } ] }, "description": "This API retrieves the business associated with a given `book_uuid`. It returns the business ID and display name, which can be used with business-level endpoints to access aggregated data across multiple <>s. \nA single business can have multiple Books. All books associated with the same business within your organization return the same business ID.\n" }, "response": [ { "id": "a26fc03a-d3a0-4613-b6d5-a00a703499c7", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/book/:book_uuid/business", "host": [ "{{baseUrl}}" ], "path": [ "v2", "book", ":book_uuid", "business" ], "variable": [ { "key": "book_uuid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\"\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-a26fc03a-d3a0-4613-b6d5-a00a703499c7" }, { "id": "a8f62886-786d-48f0-be71-fad0cd07739b", "name": "Invalid Auth/Book UUID format", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/book/:book_uuid/business", "host": [ "{{baseUrl}}" ], "path": [ "v2", "book", ":book_uuid", "business" ], "variable": [ { "key": "book_uuid" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"response\": {},\n \"message\": \"\",\n \"meta\": {\n \"status\": \"\",\n \"message\": \"\",\n \"code\": \"\"\n }\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-a8f62886-786d-48f0-be71-fad0cd07739b" }, { "id": "7744692e-eb26-4047-a5c3-b040725ab60a", "name": "Book not associated with requesting organization", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/book/:book_uuid/business", "host": [ "{{baseUrl}}" ], "path": [ "v2", "book", ":book_uuid", "business" ], "variable": [ { "key": "book_uuid" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-7744692e-eb26-4047-a5c3-b040725ab60a" }, { "id": "eb41815a-eb71-4dd9-b151-9f5ae9de5790", "name": "Business Identity Not Associated With Book", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/book/:book_uuid/business", "host": [ "{{baseUrl}}" ], "path": [ "v2", "book", ":book_uuid", "business" ], "variable": [ { "key": "book_uuid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-eb41815a-eb71-4dd9-b151-9f5ae9de5790" }, { "id": "18cf0841-39df-485c-a116-c1e27398f6fa", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v2/book/:book_uuid/business", "host": [ "{{baseUrl}}" ], "path": [ "v2", "book", ":book_uuid", "business" ], "variable": [ { "key": "book_uuid" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-18cf0841-39df-485c-a116-c1e27398f6fa" } ], "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-1c94103f-5b7c-48d8-8f86-81653cf6f6ec" } ], "id": "d98cf821-0549-4f59-8d0f-3c17eedbd7df", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-d98cf821-0549-4f59-8d0f-3c17eedbd7df" } ], "id": "8aae3579-5844-4c21-b0e9-d9ecc0cd3170", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-8aae3579-5844-4c21-b0e9-d9ecc0cd3170" } ], "id": "9a6d13fe-f4ac-46c7-bfe5-d1e41c47eb4a", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-9a6d13fe-f4ac-46c7-bfe5-d1e41c47eb4a" } ], "id": "8abd57f9-bb47-4d24-afb4-ddaed8349d50", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-8abd57f9-bb47-4d24-afb4-ddaed8349d50" }, { "name": "v1", "item": [ { "name": "businesses", "item": [ { "name": "{business_id}", "item": [ { "name": "transactions", "item": [ { "name": "Business transactions", "id": "84dde655-066b-41b4-96ce-a17692e321e1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id/transactions?offset=&limit=&start_date=&end_date=&updated_since=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id", "transactions" ], "query": [ { "description": "Number of transactions to skip for pagination.", "key": "offset", "value": "" }, { "description": "Maximum number of records to return per page, starting from the specified **offset**.", "key": "limit", "value": "" }, { "description": "Start date in `YYYY-MM-DD` format from which you want to filter transactions. The system includes only transactions with a `txn_date` on or after the specified date.", "key": "start_date", "value": "" }, { "description": "End date in `YYYY-MM-DD` format from which you want to filter transactions. The system includes only transactions with a `txn_date` on or before the specified date.", "key": "end_date", "value": "" }, { "description": "Timestamp (ISO 8601) for filtering transactions ingested into the system after this time. The system uses `txn_created_ts` to determine the ingestion time. Use this for incremental retrieval to fetch only newly ingested transactions since your last request.", "key": "updated_since", "value": "" } ], "variable": [ { "id": "c6225d0f-637d-4d3e-aefc-5ab26e4cc025", "key": "business_id", "value": "", "description": "(Required) A universally unique identifier (UUID) of the business entity for which you want to retrieve transction details." } ] }, "description": "This API retrieves the paginated, deduplicated enriched transactions across all of the requesting org's <>s for a given business. Transactions are structurally compatible with the existing book-level enriched transactions API.\n\n > \ud83d\udc4d Tips\n > `start_date` and `end_date` filter transactions based on when they occurred at the bank, while `updated_since` filters based on when transactions were ingested into the system. Use `updated_since` to retrieve newly added data, even if the transaction dates are earlier.\n" }, "response": [ { "id": "2b56ffb2-0e2f-43eb-92c4-b16e21d27158", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id/transactions?offset=&limit=&start_date=&end_date=&updated_since=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id", "transactions" ], "query": [ { "description": "Number of transactions to skip for pagination.", "key": "offset", "value": "" }, { "description": "Maximum number of records to return per page, starting from the specified **offset**.", "key": "limit", "value": "" }, { "description": "Start date in `YYYY-MM-DD` format from which you want to filter transactions. The system includes only transactions with a `txn_date` on or after the specified date.", "key": "start_date", "value": "" }, { "description": "End date in `YYYY-MM-DD` format from which you want to filter transactions. The system includes only transactions with a `txn_date` on or before the specified date.", "key": "end_date", "value": "" }, { "description": "Timestamp (ISO 8601) for filtering transactions ingested into the system after this time. The system uses `txn_created_ts` to determine the ingestion time. Use this for incremental retrieval to fetch only newly ingested transactions since your last request.", "key": "updated_since", "value": "" } ], "variable": [ { "key": "business_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"total\": \"\",\n \"filtered_total\": \"\",\n \"offset\": \"\",\n \"limit\": \"\",\n \"transactions\": [\n {\n \"txn_pk\": \"\",\n \"txn_date\": \"\",\n \"description\": \"\",\n \"bank_account_pk\": \"\",\n \"uploaded_doc_uuid\": \"\",\n \"uploaded_doc_name\": \"\",\n \"amount\": \"\",\n \"counterparty\": \"\",\n \"comment\": \"\",\n \"is_noteworthy\": \"\",\n \"page_idx\": \"\",\n \"book_uuid\": \"\",\n \"deposits\": \"\",\n \"withdrawals\": \"\",\n \"revenue\": \"\",\n \"nsf\": \"\",\n \"expense\": \"\",\n \"overdraft\": \"\",\n \"atm\": \"\",\n \"bank\": \"\",\n \"bank_branch\": \"\",\n \"bank_cash_advance\": \"\",\n \"bank_loan\": \"\",\n \"benefits\": \"\",\n \"card_rewards\": \"\",\n \"checks\": \"\",\n \"credit_builder\": \"\",\n \"credit_card\": \"\",\n \"crypto\": \"\",\n \"debit_card\": \"\",\n \"debt_consolidator\": \"\",\n \"equipment_lease\": \"\",\n \"factoring\": \"\",\n \"federal_tax\": \"\",\n \"fintech_loan\": \"\",\n \"fintech_loan_source\": \"\",\n \"fintech_mca\": \"\",\n \"fintech_mca_source\": \"\",\n \"fintech\": \"\",\n \"gambling\": \"\",\n \"insurance\": \"\",\n \"internal_transfer\": \"\",\n \"investment\": \"\",\n \"large_deposits\": \"\",\n \"merchant_service_transfer\": \"\",\n \"merchant_service\": \"\",\n \"nsf_paid_or_negative_balance\": \"\",\n \"nsf_returned_or_not_paid\": \"\",\n \"other_loan\": \"\",\n \"other_transfer\": \"\",\n \"outside_source_deposits\": \"\",\n \"paypal\": \"\",\n \"payroll_tax\": \"\",\n \"payroll\": \"\",\n \"probable_recurring_txns\": \"\",\n \"remote\": \"\",\n \"returned_item\": \"\",\n \"revenue_deduction_other\": \"\",\n \"revenue_deduction\": \"\",\n \"reversed\": \"\",\n \"sba\": \"\",\n \"state_tax\": \"\",\n \"tolls\": \"\",\n \"truck_stop\": \"\",\n \"txn_five_zeros\": \"\",\n \"txn_four_zeros\": \"\",\n \"venmo_zelle_cashapp\": \"\",\n \"wire_transfer\": \"\",\n \"custom_tag\": \"\"\n },\n {\n \"txn_pk\": \"\",\n \"txn_date\": \"\",\n \"description\": \"\",\n \"bank_account_pk\": \"\",\n \"uploaded_doc_uuid\": \"\",\n \"uploaded_doc_name\": \"\",\n \"amount\": \"\",\n \"counterparty\": \"\",\n \"comment\": \"\",\n \"is_noteworthy\": \"\",\n \"page_idx\": \"\",\n \"book_uuid\": \"\",\n \"deposits\": \"\",\n \"withdrawals\": \"\",\n \"revenue\": \"\",\n \"nsf\": \"\",\n \"expense\": \"\",\n \"overdraft\": \"\",\n \"atm\": \"\",\n \"bank\": \"\",\n \"bank_branch\": \"\",\n \"bank_cash_advance\": \"\",\n \"bank_loan\": \"\",\n \"benefits\": \"\",\n \"card_rewards\": \"\",\n \"checks\": \"\",\n \"credit_builder\": \"\",\n \"credit_card\": \"\",\n \"crypto\": \"\",\n \"debit_card\": \"\",\n \"debt_consolidator\": \"\",\n \"equipment_lease\": \"\",\n \"factoring\": \"\",\n \"federal_tax\": \"\",\n \"fintech_loan\": \"\",\n \"fintech_loan_source\": \"\",\n \"fintech_mca\": \"\",\n \"fintech_mca_source\": \"\",\n \"fintech\": \"\",\n \"gambling\": \"\",\n \"insurance\": \"\",\n \"internal_transfer\": \"\",\n \"investment\": \"\",\n \"large_deposits\": \"\",\n \"merchant_service_transfer\": \"\",\n \"merchant_service\": \"\",\n \"nsf_paid_or_negative_balance\": \"\",\n \"nsf_returned_or_not_paid\": \"\",\n \"other_loan\": \"\",\n \"other_transfer\": \"\",\n \"outside_source_deposits\": \"\",\n \"paypal\": \"\",\n \"payroll_tax\": \"\",\n \"payroll\": \"\",\n \"probable_recurring_txns\": \"\",\n \"remote\": \"\",\n \"returned_item\": \"\",\n \"revenue_deduction_other\": \"\",\n \"revenue_deduction\": \"\",\n \"reversed\": \"\",\n \"sba\": \"\",\n \"state_tax\": \"\",\n \"tolls\": \"\",\n \"truck_stop\": \"\",\n \"txn_five_zeros\": \"\",\n \"txn_four_zeros\": \"\",\n \"venmo_zelle_cashapp\": \"\",\n \"wire_transfer\": \"\",\n \"custom_tag\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-2b56ffb2-0e2f-43eb-92c4-b16e21d27158" }, { "id": "d5a02d4b-f0f9-44ef-8ed9-2112f0edd342", "name": "Invalid Auth/Business ID format", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id/transactions?offset=&limit=&start_date=&end_date=&updated_since=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id", "transactions" ], "query": [ { "description": "Number of transactions to skip for pagination.", "key": "offset", "value": "" }, { "description": "Maximum number of records to return per page, starting from the specified **offset**.", "key": "limit", "value": "" }, { "description": "Start date in `YYYY-MM-DD` format from which you want to filter transactions. The system includes only transactions with a `txn_date` on or after the specified date.", "key": "start_date", "value": "" }, { "description": "End date in `YYYY-MM-DD` format from which you want to filter transactions. The system includes only transactions with a `txn_date` on or before the specified date.", "key": "end_date", "value": "" }, { "description": "Timestamp (ISO 8601) for filtering transactions ingested into the system after this time. The system uses `txn_created_ts` to determine the ingestion time. Use this for incremental retrieval to fetch only newly ingested transactions since your last request.", "key": "updated_since", "value": "" } ], "variable": [ { "key": "business_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"response\": {},\n \"message\": \"\",\n \"meta\": {\n \"status\": \"\",\n \"message\": \"\",\n \"code\": \"\"\n }\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-d5a02d4b-f0f9-44ef-8ed9-2112f0edd342" }, { "id": "a357a6c1-a31b-4688-9fc6-d435909bb326", "name": "Business not associated with requesting organization", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id/transactions?offset=&limit=&start_date=&end_date=&updated_since=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id", "transactions" ], "query": [ { "description": "Number of transactions to skip for pagination.", "key": "offset", "value": "" }, { "description": "Maximum number of records to return per page, starting from the specified **offset**.", "key": "limit", "value": "" }, { "description": "Start date in `YYYY-MM-DD` format from which you want to filter transactions. The system includes only transactions with a `txn_date` on or after the specified date.", "key": "start_date", "value": "" }, { "description": "End date in `YYYY-MM-DD` format from which you want to filter transactions. The system includes only transactions with a `txn_date` on or before the specified date.", "key": "end_date", "value": "" }, { "description": "Timestamp (ISO 8601) for filtering transactions ingested into the system after this time. The system uses `txn_created_ts` to determine the ingestion time. Use this for incremental retrieval to fetch only newly ingested transactions since your last request.", "key": "updated_since", "value": "" } ], "variable": [ { "key": "business_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-a357a6c1-a31b-4688-9fc6-d435909bb326" }, { "id": "17fe4538-e202-4d73-9ac5-35b2860404e5", "name": "Business Identity 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}}/v1/businesses/:business_id/transactions?offset=&limit=&start_date=&end_date=&updated_since=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id", "transactions" ], "query": [ { "description": "Number of transactions to skip for pagination.", "key": "offset", "value": "" }, { "description": "Maximum number of records to return per page, starting from the specified **offset**.", "key": "limit", "value": "" }, { "description": "Start date in `YYYY-MM-DD` format from which you want to filter transactions. The system includes only transactions with a `txn_date` on or after the specified date.", "key": "start_date", "value": "" }, { "description": "End date in `YYYY-MM-DD` format from which you want to filter transactions. The system includes only transactions with a `txn_date` on or before the specified date.", "key": "end_date", "value": "" }, { "description": "Timestamp (ISO 8601) for filtering transactions ingested into the system after this time. The system uses `txn_created_ts` to determine the ingestion time. Use this for incremental retrieval to fetch only newly ingested transactions since your last request.", "key": "updated_since", "value": "" } ], "variable": [ { "key": "business_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-17fe4538-e202-4d73-9ac5-35b2860404e5" }, { "id": "483c4dd0-c924-4b51-8a0b-946f50d45688", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id/transactions?offset=&limit=&start_date=&end_date=&updated_since=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id", "transactions" ], "query": [ { "description": "Number of transactions to skip for pagination.", "key": "offset", "value": "" }, { "description": "Maximum number of records to return per page, starting from the specified **offset**.", "key": "limit", "value": "" }, { "description": "Start date in `YYYY-MM-DD` format from which you want to filter transactions. The system includes only transactions with a `txn_date` on or after the specified date.", "key": "start_date", "value": "" }, { "description": "End date in `YYYY-MM-DD` format from which you want to filter transactions. The system includes only transactions with a `txn_date` on or before the specified date.", "key": "end_date", "value": "" }, { "description": "Timestamp (ISO 8601) for filtering transactions ingested into the system after this time. The system uses `txn_created_ts` to determine the ingestion time. Use this for incremental retrieval to fetch only newly ingested transactions since your last request.", "key": "updated_since", "value": "" } ], "variable": [ { "key": "business_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-483c4dd0-c924-4b51-8a0b-946f50d45688" } ], "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-84dde655-066b-41b4-96ce-a17692e321e1" } ], "id": "0fb59568-e395-4994-94a0-4d7c8d66a3ef", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-0fb59568-e395-4994-94a0-4d7c8d66a3ef" }, { "name": "summary", "item": [ { "name": "Business summary", "id": "b63f5fb7-bf04-436c-84fa-78187f08c236", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id/summary?begin_date=&end_date=&updated_since=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id", "summary" ], "query": [ { "description": "The start date in `YYYY-MM-DD` format for the financial summary period.", "key": "begin_date", "value": "" }, { "description": "The end date in `YYYY-MM-DD` format for the financial summary period.", "key": "end_date", "value": "" }, { "description": "The date from which to retrieve updated business summaries.", "key": "updated_since", "value": "" } ], "variable": [ { "id": "9763ca7a-9b86-427a-8903-b9aa6d155601", "key": "business_id", "value": "", "description": "(Required) A universally unique identifier (UUID) of the business entity for which you want to retrieve summary." } ] }, "description": "This API retrieves the chronological financial summary for a business entity, calculated from deduplicated and organization-enriched transactions across all <> belonging to the requesting organization.\n" }, "response": [ { "id": "94c2036e-28bc-4181-b61a-72e9b8fec15b", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id/summary?begin_date=&end_date=&updated_since=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id", "summary" ], "query": [ { "description": "The start date in `YYYY-MM-DD` format for the financial summary period.", "key": "begin_date", "value": "" }, { "description": "The end date in `YYYY-MM-DD` format for the financial summary period.", "key": "end_date", "value": "" }, { "description": "The date from which to retrieve updated business summaries.", "key": "updated_since", "value": "" } ], "variable": [ { "key": "business_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"naics4_code\": \"\",\n \"naics_description\": \"\",\n \"naics6_code\": \"\",\n \"books\": [\n {\n \"uuid\": \"\",\n \"name\": \"\",\n \"created_ts\": \"\",\n \"uploaded_docs\": [\n {\n \"uuid\": \"\",\n \"name\": \"\",\n \"status\": \"\"\n }\n ]\n }\n ],\n \"book_count\": \"\",\n \"txn_count\": \"\",\n \"bank_accounts\": [\n {\n \"bank_account_pks\": [\n \"\"\n ],\n \"txn_count\": \"\",\n \"bank_name\": \"\",\n \"account_type\": \"\",\n \"account_number\": \"\",\n \"account_holder_name\": \"\",\n \"account_category\": \"\",\n \"holder_address_1\": \"\",\n \"holder_address_2\": \"\",\n \"holder_city\": \"\",\n \"holder_state\": \"\",\n \"holder_zip\": \"\",\n \"daily_balances\": {\n \"irure8d\": \"\"\n },\n \"daily_cash_flows\": {\n \"mollit_d6d\": \"\"\n },\n \"average_daily_balance\": \"\",\n \"average_daily_cash_flow\": \"\",\n \"average_daily_balance_weekday\": \"\",\n \"total_days\": \"\",\n \"net_cash_flows_by_month\": {\n \"mollit_4\": \"\"\n },\n \"minimum_balance_by_month\": {\n \"euc3\": \"\"\n },\n \"maximum_balance_by_month\": {\n \"non_4\": \"\",\n \"et_7\": \"\"\n },\n \"average_daily_balance_by_month\": {\n \"ut9\": \"\",\n \"sinta3\": \"\",\n \"minim_003\": \"\"\n },\n \"average_daily_balance_weekday_by_month\": {\n \"laborisd8c\": \"\",\n \"velit_e_e\": \"\",\n \"consequat_9\": \"\",\n \"suntc2_\": \"\"\n },\n \"negative_balances_by_month\": {\n \"exercitation07\": [\n \"\"\n ]\n },\n \"negative_balances_count_by_month\": {\n \"officia2a\": \"\",\n \"veniam_9f\": \"\"\n },\n \"negative_balances_weekday_by_month\": {\n \"Duis2\": [\n \"\"\n ],\n \"in6\": [\n \"\"\n ],\n \"ut_2\": [\n \"\"\n ]\n },\n \"negative_balances_weekday_count_by_month\": {\n \"voluptate_42e\": \"\",\n \"quis936\": \"\",\n \"quis_\": \"\"\n },\n \"nsf_fee_count_by_month\": {\n \"quiab7\": \"\",\n \"in_21\": \"\"\n },\n \"nsf_raw_fee_count_by_month\": {\n \"reprehenderit_e\": \"\"\n },\n \"overdraft_fee_count_by_month\": {\n \"aliqua2\": \"\",\n \"culpa0e\": \"\",\n \"doc\": \"\"\n },\n \"overdraft_raw_fee_count_by_month\": {\n \"qui67_\": \"\"\n },\n \"periods\": [\n {\n \"begin_date\": \"\",\n \"end_date\": \"\",\n \"begin_balance\": \"\",\n \"end_balance\": \"\",\n \"txn_count\": \"\",\n \"uploaded_doc_uuid\": \"\",\n \"missing_period_data\": \"\",\n \"average_amount\": \"\",\n \"average_daily_balance\": \"\",\n \"average_daily_balance_weekday\": \"\",\n \"average_daily_cash_flow\": \"\",\n \"average_deposit\": \"\",\n \"deposit_sum\": \"\",\n \"deposit_count\": \"\",\n \"max_deposit\": \"\",\n \"average_withdrawal\": \"\",\n \"withdrawal_sum\": \"\",\n \"withdrawal_count\": \"\",\n \"max_withdrawal\": \"\",\n \"revenue\": \"\",\n \"revenue_count\": \"\",\n \"revenue_deduction\": \"\",\n \"expense\": \"\",\n \"expense_count\": \"\",\n \"large_deposits\": \"\",\n \"negative_balances\": [\n \"\"\n ],\n \"negative_balances_weekday\": [\n \"\"\n ],\n \"nsf_days_count\": \"\",\n \"nsf_fee_sum\": \"\",\n \"nsf_fee_count\": \"\",\n \"nsf_raw_fee_count\": \"\",\n \"nsf_divisor\": \"\",\n \"overdraft_days_count\": \"\",\n \"overdraft_fee_sum\": \"\",\n \"overdraft_fee_count\": \"\",\n \"overdraft_raw_fee_count\": \"\",\n \"overdraft_divisor\": \"\",\n \"nsf_or_overdraft_days_count\": \"\",\n \"returned_item_deposit_count\": \"\",\n \"returned_item_withdrawal_count\": \"\",\n \"has_weekend_txn\": \"\",\n \"calculated_end_balance\": \"\",\n \"calculated_diff\": \"\",\n \"primary_recon_error_reason\": \"\",\n \"secondary_recon_error_reason\": \"\"\n }\n ],\n \"expense_by_month\": {\n \"cupidatat_db6\": \"\",\n \"minim33f\": \"\"\n },\n \"withdrawals_by_month\": {\n \"esse_0\": \"\",\n \"nisi85e\": \"\"\n },\n \"revenue_by_month\": {\n \"fugiat430\": \"\",\n \"ade\": \"\"\n },\n \"revenue_deduction_by_month\": {\n \"ut_5c\": \"\",\n \"est8\": \"\",\n \"do_7\": \"\"\n },\n \"deposits_by_month\": {\n \"officiab\": \"\",\n \"occaecat_0f\": \"\",\n \"ea68\": \"\"\n },\n \"outside_source_deposits_by_month\": {\n \"consequat_\": \"\",\n \"consequate48\": \"\"\n },\n \"large_deposits_by_month\": {\n \"id_\": \"\"\n },\n \"debt_consolidator_inflows_by_month\": {\n \"enim_d\": \"\",\n \"dolor_be\": \"\"\n },\n \"debt_consolidator_outflows_by_month\": {\n \"sed_8e\": \"\"\n },\n \"factoring_inflows_by_month\": {\n \"do23\": \"\",\n \"pariatur844\": \"\"\n },\n \"factoring_outflows_by_month\": {\n \"in5f2\": \"\",\n \"exercitation_7e3\": \"\"\n },\n \"payroll_inflows_by_month\": {\n \"consecteturc\": \"\"\n },\n \"payroll_outflows_by_month\": {\n \"elit83\": \"\",\n \"esse_f0\": \"\"\n },\n \"insurance_inflows_by_month\": {\n \"ipsum_9\": \"\",\n \"sint_d09\": \"\"\n },\n \"insurance_outflows_by_month\": {\n \"estf\": \"\"\n },\n \"venmo_zelle_cashapp_inflows_by_month\": {\n \"consectetur_c8d\": \"\",\n \"ad_ff\": \"\"\n },\n \"venmo_zelle_cashapp_outflows_by_month\": {\n \"consecteturf55\": \"\"\n },\n \"atm_inflows_by_month\": {\n \"dolore_8d6\": \"\",\n \"exercitation_c2b\": \"\",\n \"cillum_76f\": \"\",\n \"Duis4b\": \"\"\n },\n \"atm_outflows_by_month\": {\n \"in_\": \"\",\n \"culpa3c9\": \"\",\n \"tempor23\": \"\",\n \"dolorab0\": \"\"\n },\n \"tolls_inflows_by_month\": {\n \"incididunt__29\": \"\",\n \"labore_e\": \"\",\n \"ina\": \"\",\n \"ut_0\": \"\"\n },\n \"tolls_outflows_by_month\": {\n \"sunta1\": \"\",\n \"esse_b_\": \"\"\n },\n \"paypal_inflows_by_month\": {\n \"in_c\": \"\",\n \"labore46a\": \"\"\n },\n \"paypal_outflows_by_month\": {\n \"mollit_08\": \"\"\n },\n \"equipment_lease_inflows_by_month\": {\n \"irured\": \"\",\n \"culpaa\": \"\"\n },\n \"equipment_lease_outflows_by_month\": {\n \"do1\": \"\",\n \"aliquipc\": \"\",\n \"deserunt4\": \"\",\n \"laborum1_\": \"\"\n },\n \"checks_inflows_by_month\": {\n \"quis__da\": \"\",\n \"ullamco_d\": \"\",\n \"deserunt1a\": \"\",\n \"sunt_7_0\": \"\",\n \"minim1b\": \"\"\n },\n \"checks_outflows_by_month\": {\n \"sunt_8\": \"\",\n \"officia0\": \"\",\n \"ipsum_92c\": \"\"\n },\n \"txn_four_zeros_inflows_by_month\": {\n \"dolor1_\": \"\",\n \"aliqua_cb\": \"\"\n },\n \"txn_four_zeros_outflows_by_month\": {\n \"irure_1\": \"\",\n \"nisie\": \"\",\n \"magna_910\": \"\"\n },\n \"txn_five_zeros_inflows_by_month\": {\n \"enimdb\": \"\",\n \"laborum9de\": \"\"\n },\n \"txn_five_zeros_outflows_by_month\": {\n \"officia_1_\": \"\"\n },\n \"probable_recurring_txns_inflows_by_month\": {\n \"minimffb\": \"\"\n },\n \"probable_recurring_txns_outflows_by_month\": {\n \"sunt3a\": \"\",\n \"anim01\": \"\"\n },\n \"fintech_loan_inflows_by_month\": {\n \"do27e\": \"\",\n \"Ut_e\": \"\",\n \"cupidatat_921\": \"\"\n },\n \"fintech_loan_outflows_by_month\": {\n \"Lorem_b\": \"\",\n \"amete8\": \"\"\n },\n \"bank_loan_inflows_by_month\": {\n \"ullamco_3\": \"\",\n \"deseruntb18\": \"\"\n },\n \"bank_loan_outflows_by_month\": {\n \"magna_5c\": \"\"\n },\n \"other_loan_inflows_by_month\": {\n \"aliquip9_9\": \"\",\n \"exf\": \"\"\n },\n \"other_loan_outflows_by_month\": {\n \"labore_377\": \"\"\n },\n \"fintech_mca_inflows_by_month\": {\n \"adipisicingb10\": \"\",\n \"Duis_7\": \"\"\n },\n \"fintech_mca_outflows_by_month\": {\n \"dolor_33\": \"\"\n },\n \"bank_cash_advance_inflows_by_month\": {\n \"irure_46c\": \"\",\n \"amet_a\": \"\",\n \"consequat152\": \"\"\n },\n \"bank_cash_advance_outflows_by_month\": {\n \"in5\": \"\",\n \"proident3\": \"\"\n },\n \"debit_card_inflows_by_month\": {\n \"mollitdd\": \"\",\n \"consectetur_0\": \"\"\n },\n \"debit_card_outflows_by_month\": {\n \"velit_7\": \"\",\n \"aute8d4\": \"\"\n },\n \"credit_card_inflows_by_month\": {\n \"commodo_41\": \"\",\n \"non_a85\": \"\"\n },\n \"credit_card_outflows_by_month\": {\n \"dolore_82\": \"\",\n \"in_4c3\": \"\"\n },\n \"merchant_service_inflows_by_month\": {\n \"proident_b_\": \"\",\n \"dolore_034\": \"\",\n \"dolor39\": \"\"\n },\n \"merchant_service_outflows_by_month\": {\n \"qui__9\": \"\",\n \"exercitation_23\": \"\"\n },\n \"sba_inflows_by_month\": {\n \"consectetur_1\": \"\",\n \"irure5\": \"\"\n },\n \"sba_outflows_by_month\": {\n \"dolor4\": \"\",\n \"ex_ddc\": \"\",\n \"ullamco_b\": \"\",\n \"et_dce\": \"\",\n \"laborumf\": \"\"\n },\n \"remote_inflows_by_month\": {\n \"id8d\": \"\",\n \"officia_77\": \"\"\n },\n \"remote_outflows_by_month\": {\n \"quis_a0e\": \"\"\n },\n \"benefits_inflows_by_month\": {\n \"magna_fd_\": \"\",\n \"sed7a2\": \"\"\n },\n \"benefits_outflows_by_month\": {\n \"doloref4\": \"\",\n \"ex6\": \"\",\n \"nisia\": \"\",\n \"officia_c\": \"\"\n },\n \"card_rewards_inflows_by_month\": {\n \"reprehenderita\": \"\"\n },\n \"card_rewards_outflows_by_month\": {\n \"sed_0\": \"\",\n \"laborum9cd\": \"\",\n \"esse0\": \"\"\n },\n \"crypto_inflows_by_month\": {\n \"magna_3\": \"\",\n \"ut_11\": \"\"\n },\n \"crypto_outflows_by_month\": {\n \"dolorb\": \"\",\n \"laborum_f\": \"\"\n },\n \"gambling_inflows_by_month\": {\n \"sit_23b\": \"\"\n },\n \"gambling_outflows_by_month\": {\n \"reprehenderit_e\": \"\",\n \"aute_3\": \"\"\n },\n \"investment_inflows_by_month\": {\n \"mollit284\": \"\",\n \"cupidatat_50\": \"\",\n \"consecteturb17\": \"\"\n },\n \"investment_outflows_by_month\": {\n \"aliquae1_\": \"\",\n \"nostrud__f\": \"\"\n },\n \"reversed_inflows_by_month\": {\n \"aliqua_83e\": \"\"\n },\n \"reversed_outflows_by_month\": {\n \"nona4d\": \"\",\n \"laborum866\": \"\",\n \"adipisicing_b\": \"\",\n \"tempor_b57\": \"\"\n },\n \"state_tax_inflows_by_month\": {\n \"deserunt_e1\": \"\",\n \"laborum03\": \"\"\n },\n \"state_tax_outflows_by_month\": {\n \"labore93\": \"\",\n \"mollit_9_\": \"\",\n \"sed_93_\": \"\"\n },\n \"payroll_tax_inflows_by_month\": {\n \"aliqua27\": \"\"\n },\n \"payroll_tax_outflows_by_month\": {\n \"officia_f\": \"\",\n \"sint1c6\": \"\"\n },\n \"internal_transfer_inflows_by_month\": {\n \"tempor95\": \"\"\n },\n \"internal_transfer_outflows_by_month\": {\n \"laborum_dbf\": \"\",\n \"ullamcobda\": \"\",\n \"deserunt_f2\": \"\",\n \"laborum_a\": \"\"\n },\n \"merchant_service_transfer_inflows_by_month\": {\n \"veniam_94d\": \"\"\n },\n \"merchant_service_transfer_outflows_by_month\": {\n \"Excepteur_01\": \"\",\n \"elit_61a\": \"\",\n \"nostrud_92_\": \"\",\n \"enim2a8\": \"\",\n \"sint9_2\": \"\"\n },\n \"wire_transfer_inflows_by_month\": {\n \"in4e\": \"\",\n \"dolord\": \"\"\n },\n \"wire_transfer_outflows_by_month\": {\n \"labore8\": \"\",\n \"tempor_4ad\": \"\"\n },\n \"other_transfer_inflows_by_month\": {\n \"occaecat__\": \"\"\n },\n \"other_transfer_outflows_by_month\": {\n \"cupidatat00f\": \"\"\n },\n \"truck_stop_inflows_by_month\": {\n \"ullamco_e2\": \"\",\n \"suntd\": \"\",\n \"eiusmode\": \"\"\n },\n \"truck_stop_outflows_by_month\": {\n \"magna_fd3\": \"\"\n },\n \"federal_tax_inflows_by_month\": {\n \"consequat_1\": \"\"\n },\n \"federal_tax_outflows_by_month\": {\n \"in_2\": \"\"\n },\n \"bank_branch_inflows_by_month\": {\n \"ullamco_a6_\": \"\",\n \"in72\": \"\"\n },\n \"bank_branch_outflows_by_month\": {\n \"ea_f16\": \"\",\n \"aute_524\": \"\"\n },\n \"credit_builder_inflows_by_month\": {\n \"laboris_3\": \"\",\n \"ea_cf0\": \"\",\n \"utc4c\": \"\"\n },\n \"credit_builder_outflows_by_month\": {\n \"iruref9\": \"\",\n \"Duis5\": \"\"\n },\n \"custom_test_tag_by_month\": {\n \"cillum_bb\": \"\",\n \"proident_df\": \"\"\n },\n \"expense_count_by_month\": {\n \"non_c3\": \"\",\n \"Lorem19\": \"\"\n },\n \"withdrawals_count_by_month\": {\n \"adca1\": \"\",\n \"in16\": \"\"\n },\n \"revenue_count_by_month\": {\n \"pariatur42\": \"\",\n \"laboris_248\": \"\"\n },\n \"deposits_count_by_month\": {\n \"do73\": \"\",\n \"veniam_4\": \"\",\n \"ut907\": \"\",\n \"deserunt2\": \"\"\n }\n }\n ],\n \"daily_balances\": {\n \"ex_4\": \"\",\n \"tempor_00\": \"\",\n \"consequat568\": \"\"\n },\n \"daily_cash_flows\": {\n \"consequat9\": \"\"\n },\n \"average_daily_balance\": \"\",\n \"average_daily_cash_flow\": \"\",\n \"average_daily_balance_weekday\": \"\",\n \"total_days\": \"\",\n \"net_cash_flows_by_month\": {\n \"pariatura\": \"\",\n \"dolore_2a\": \"\"\n },\n \"minimum_balance_by_month\": {\n \"laboris_76\": \"\",\n \"in5_\": \"\",\n \"minim_4\": \"\"\n },\n \"maximum_balance_by_month\": {\n \"in_53\": \"\",\n \"nostrud_7ca\": \"\"\n },\n \"average_daily_balance_by_month\": {\n \"sit_e1\": \"\",\n \"sint9ac\": \"\"\n },\n \"average_daily_balance_weekday_by_month\": {\n \"ex__\": \"\"\n },\n \"negative_balances_by_month\": {\n \"quis_e\": [\n \"\"\n ],\n \"Lorem0e\": [\n \"\"\n ],\n \"culpac0\": [\n \"\"\n ],\n \"nulla6\": [\n \"\"\n ]\n },\n \"negative_balances_count_by_month\": {\n \"aute_491\": \"\"\n },\n \"negative_balances_weekday_by_month\": {\n \"ad__bd\": [\n \"\"\n ]\n },\n \"negative_balances_weekday_count_by_month\": {\n \"deserunt1\": \"\",\n \"Excepteur_23\": \"\",\n \"pariatur_335\": \"\"\n },\n \"nsf_fee_count_by_month\": {\n \"exercitation_a\": \"\"\n },\n \"nsf_raw_fee_count_by_month\": {\n \"officia_e_b\": \"\",\n \"sunt9\": \"\"\n },\n \"overdraft_fee_count_by_month\": {\n \"in5e\": \"\",\n \"laboris_115\": \"\"\n },\n \"overdraft_raw_fee_count_by_month\": {\n \"laborum967\": \"\",\n \"in_5e2\": \"\"\n },\n \"returned_item_deposit_count_by_month\": {\n \"reprehenderite4_\": \"\",\n \"sit_1\": \"\",\n \"temporf15\": \"\",\n \"consectetur749\": \"\"\n },\n \"returned_item_withdrawal_count_by_month\": {\n \"esse_c\": \"\",\n \"ex_4f\": \"\"\n },\n \"average_txn_size_by_month\": {\n \"laborum_0\": \"\",\n \"Excepteur38\": \"\",\n \"fugiat41_\": \"\"\n },\n \"average_deposits_by_month\": {\n \"velit_1d\": \"\"\n },\n \"fintech_loan_sources\": [\n {\n \"source\": \"\",\n \"deposit_sum\": \"\",\n \"deposit_count\": \"\",\n \"deposits\": {\n \"esse_6\": \"\"\n },\n \"pmt_sum\": \"\",\n \"pmt_count\": \"\",\n \"pmt_frequency_days\": \"\",\n \"pmts\": {\n \"ex8\": \"\",\n \"animf\": \"\"\n }\n }\n ],\n \"num_fintech_loan_sources\": \"\",\n \"num_fintech_mca_sources\": \"\",\n \"counterparties\": [\n {\n \"category\": \"\",\n \"distribution\": [\n {\n \"counterparty\": \"\",\n \"rank\": \"\",\n \"proportion\": \"\",\n \"amount\": \"\"\n }\n ],\n \"average_per_counterparty\": \"\",\n \"num_counterparties\": \"\"\n }\n ],\n \"cash_flow_at_a_glance\": {\n \"average_deposit_count\": \"\",\n \"total_revenue\": \"\",\n \"average_monthly_revenue\": \"\",\n \"total_expense\": \"\",\n \"average_monthly_expense\": \"\",\n \"total_loan_proceeds\": \"\",\n \"total_loan_payments\": \"\",\n \"debt_coverage_ratio\": \"\",\n \"total_nsf_fee_count\": \"\"\n },\n \"naics6_description\": \"\",\n \"mcc_code\": \"\",\n \"mcc_description\": \"\",\n \"sic_code\": \"\",\n \"sic_description\": \"\",\n \"active_override\": \"\",\n \"expense_by_month\": {\n \"minim_15\": \"\",\n \"elit5b_\": \"\"\n },\n \"withdrawals_by_month\": {\n \"elit_d9\": \"\",\n \"non_e\": \"\",\n \"exercitation_970\": \"\"\n },\n \"revenue_by_month\": {\n \"eu3b\": \"\"\n },\n \"revenue_deduction_by_month\": {\n \"cilluma2d\": \"\",\n \"mollit_17\": \"\",\n \"officia__c\": \"\"\n },\n \"deposits_by_month\": {\n \"dolore_c74\": \"\",\n \"sit_727\": \"\",\n \"ut_57\": \"\"\n },\n \"outside_source_deposits_by_month\": {\n \"commodoac\": \"\"\n },\n \"large_deposits_by_month\": {\n \"ea53\": \"\",\n \"dolorec\": \"\"\n },\n \"debt_consolidator_inflows_by_month\": {\n \"in29\": \"\"\n },\n \"debt_consolidator_outflows_by_month\": {\n \"ea_707\": \"\",\n \"etf3\": \"\"\n },\n \"factoring_inflows_by_month\": {\n \"sint_d\": \"\",\n \"labore_d7\": \"\"\n },\n \"factoring_outflows_by_month\": {\n \"magna_ad0\": \"\"\n },\n \"payroll_inflows_by_month\": {\n \"consequatdc\": \"\",\n \"adipisicing_2_0\": \"\"\n },\n \"payroll_outflows_by_month\": {\n \"voluptateac\": \"\",\n \"deserunt256\": \"\",\n \"ex7a\": \"\"\n },\n \"insurance_inflows_by_month\": {\n \"adipisicing_5\": \"\"\n },\n \"insurance_outflows_by_month\": {\n \"reprehenderitb4\": \"\",\n \"non555\": \"\"\n },\n \"venmo_zelle_cashapp_inflows_by_month\": {\n \"enim8\": \"\"\n },\n \"venmo_zelle_cashapp_outflows_by_month\": {\n \"voluptate_6\": \"\",\n \"dolore_1a\": \"\",\n \"ut396\": \"\",\n \"nisi2e\": \"\"\n },\n \"atm_inflows_by_month\": {\n \"mollit40e\": \"\"\n },\n \"atm_outflows_by_month\": {\n \"ex_9\": \"\"\n },\n \"tolls_inflows_by_month\": {\n \"pariaturea\": \"\"\n },\n \"tolls_outflows_by_month\": {\n \"in_1\": \"\",\n \"eu_c2\": \"\"\n },\n \"paypal_inflows_by_month\": {\n \"doc83\": \"\",\n \"amet_316\": \"\",\n \"animafe\": \"\",\n \"in_17\": \"\"\n },\n \"paypal_outflows_by_month\": {\n \"mollit_d\": \"\",\n \"in_18c\": \"\",\n \"in_57\": \"\",\n \"cupidatat_69\": \"\"\n },\n \"equipment_lease_inflows_by_month\": {\n \"cupidatatb7\": \"\",\n \"labore_24\": \"\"\n },\n \"equipment_lease_outflows_by_month\": {\n \"ea_27\": \"\",\n \"eiusmode4\": \"\"\n },\n \"checks_inflows_by_month\": {\n \"et_d\": \"\",\n \"laborisf_9\": \"\"\n },\n \"checks_outflows_by_month\": {\n \"fugiat_f\": \"\"\n },\n \"txn_four_zeros_inflows_by_month\": {\n \"dolor_091\": \"\",\n \"suntd\": \"\",\n \"nisi_4_1\": \"\"\n },\n \"txn_four_zeros_outflows_by_month\": {\n \"quis_21\": \"\"\n },\n \"txn_five_zeros_inflows_by_month\": {\n \"ea8d\": \"\"\n },\n \"txn_five_zeros_outflows_by_month\": {\n \"dolor_78\": \"\",\n \"temporbff\": \"\",\n \"ipsum2\": \"\"\n },\n \"probable_recurring_txns_inflows_by_month\": {\n \"culpaa90\": \"\",\n \"tempor_7\": \"\"\n },\n \"probable_recurring_txns_outflows_by_month\": {\n \"occaecatb92\": \"\"\n },\n \"fintech_loan_inflows_by_month\": {\n \"ipsum_4f\": \"\"\n },\n \"fintech_loan_outflows_by_month\": {\n \"Lorem99\": \"\",\n \"laboref\": \"\"\n },\n \"bank_loan_inflows_by_month\": {\n \"Lorem2f0\": \"\",\n \"ametf\": \"\"\n },\n \"bank_loan_outflows_by_month\": {\n \"reprehenderit_516\": \"\"\n },\n \"other_loan_inflows_by_month\": {\n \"adipisicing_41d\": \"\",\n \"exercitation945\": \"\"\n },\n \"other_loan_outflows_by_month\": {\n \"occaecat_6\": \"\",\n \"sit426\": \"\",\n \"magna_2ec\": \"\"\n },\n \"fintech_mca_inflows_by_month\": {\n \"reprehenderit_b27\": \"\"\n },\n \"fintech_mca_outflows_by_month\": {\n \"Excepteur0\": \"\"\n },\n \"bank_cash_advance_inflows_by_month\": {\n \"officiaa\": \"\"\n },\n \"bank_cash_advance_outflows_by_month\": {\n \"officia870\": \"\",\n \"consequat_7\": \"\"\n },\n \"debit_card_inflows_by_month\": {\n \"nulla_d5\": \"\"\n },\n \"debit_card_outflows_by_month\": {\n \"aliqua9\": \"\",\n \"fugiate\": \"\",\n \"culpa_303\": \"\",\n \"Excepteurf\": \"\"\n },\n \"credit_card_inflows_by_month\": {\n \"deserunt0d\": \"\"\n },\n \"credit_card_outflows_by_month\": {\n \"eu06b\": \"\"\n },\n \"merchant_service_inflows_by_month\": {\n \"aliqua_1de\": \"\",\n \"esse_f\": \"\"\n },\n \"merchant_service_outflows_by_month\": {\n \"deserunt_b96\": \"\"\n },\n \"sba_inflows_by_month\": {\n \"non_64\": \"\",\n \"sint_f6\": \"\"\n },\n \"sba_outflows_by_month\": {\n \"consectetur911\": \"\"\n },\n \"remote_inflows_by_month\": {\n \"eu_c73\": \"\",\n \"anim_843\": \"\"\n },\n \"remote_outflows_by_month\": {\n \"anim_1fb\": \"\",\n \"cupidatatc9f\": \"\"\n },\n \"benefits_inflows_by_month\": {\n \"cupidatat_32\": \"\",\n \"labore8\": \"\",\n \"quis_3\": \"\",\n \"fugiat918\": \"\"\n },\n \"benefits_outflows_by_month\": {\n \"dolor_750\": \"\"\n },\n \"card_rewards_inflows_by_month\": {\n \"do_3b\": \"\"\n },\n \"card_rewards_outflows_by_month\": {\n \"sit_efb\": \"\"\n },\n \"crypto_inflows_by_month\": {\n \"do2a\": \"\",\n \"deserunt23\": \"\",\n \"et_3b\": \"\"\n },\n \"crypto_outflows_by_month\": {\n \"elitecd\": \"\",\n \"ide2\": \"\"\n },\n \"gambling_inflows_by_month\": {\n \"incididunt_e2\": \"\",\n \"consectetur__8\": \"\"\n },\n \"gambling_outflows_by_month\": {\n \"doc27\": \"\",\n \"in_697\": \"\"\n },\n \"investment_inflows_by_month\": {\n \"exercitation_71b\": \"\",\n \"voluptate7c\": \"\"\n },\n \"investment_outflows_by_month\": {\n \"ullamcoce7\": \"\",\n \"site6d\": \"\",\n \"ipsum_c\": \"\",\n \"Lorem59a\": \"\",\n \"deseruntc\": \"\"\n },\n \"reversed_inflows_by_month\": {\n \"culpa218\": \"\",\n \"elit6df\": \"\",\n \"labore_6\": \"\",\n \"commodo1\": \"\"\n },\n \"reversed_outflows_by_month\": {\n \"consequated6\": \"\",\n \"enim_d\": \"\",\n \"proident_83\": \"\"\n },\n \"state_tax_inflows_by_month\": {\n \"incididunt16d\": \"\",\n \"ex_5d\": \"\",\n \"non_b19\": \"\"\n },\n \"state_tax_outflows_by_month\": {\n \"dolore8\": \"\",\n \"eiusmod_d\": \"\"\n },\n \"payroll_tax_inflows_by_month\": {\n \"sint_3fd\": \"\",\n \"ad_0_\": \"\"\n },\n \"payroll_tax_outflows_by_month\": {\n \"ea2a8\": \"\"\n },\n \"internal_transfer_inflows_by_month\": {\n \"officia_34\": \"\",\n \"magnaed\": \"\"\n },\n \"internal_transfer_outflows_by_month\": {\n \"officia_8\": \"\",\n \"temporf\": \"\"\n },\n \"merchant_service_transfer_inflows_by_month\": {\n \"pariaturd0\": \"\",\n \"velit86f\": \"\"\n },\n \"merchant_service_transfer_outflows_by_month\": {\n \"anim_07d\": \"\",\n \"consecteturd\": \"\"\n },\n \"wire_transfer_inflows_by_month\": {\n \"officiac6\": \"\",\n \"ea_cae\": \"\"\n },\n \"wire_transfer_outflows_by_month\": {\n \"culpa77c\": \"\"\n },\n \"other_transfer_inflows_by_month\": {\n \"velit_7\": \"\",\n \"quif\": \"\",\n \"quis0\": \"\"\n },\n \"other_transfer_outflows_by_month\": {\n \"occaecat19\": \"\",\n \"adipisicing_2\": \"\"\n },\n \"truck_stop_inflows_by_month\": {\n \"Excepteure9a\": \"\",\n \"consecteture\": \"\",\n \"occaecat_3\": \"\"\n },\n \"truck_stop_outflows_by_month\": {\n \"sint_cdf\": \"\",\n \"officia0\": \"\"\n },\n \"federal_tax_inflows_by_month\": {\n \"officia710\": \"\",\n \"ipsum_e2\": \"\"\n },\n \"federal_tax_outflows_by_month\": {\n \"eu188\": \"\",\n \"magna0\": \"\"\n },\n \"bank_branch_inflows_by_month\": {\n \"eu__bd\": \"\",\n \"deserunt9\": \"\"\n },\n \"bank_branch_outflows_by_month\": {\n \"Utd\": \"\",\n \"labore_c\": \"\"\n },\n \"credit_builder_inflows_by_month\": {\n \"dolor_e4e\": \"\"\n },\n \"credit_builder_outflows_by_month\": {\n \"aute04\": \"\",\n \"officia7c\": \"\"\n },\n \"custom_tag_by_month\": {\n \"consequat__97\": \"\",\n \"dolorf\": \"\"\n },\n \"expense_count_by_month\": {\n \"nostrud_1b\": \"\",\n \"do_963\": \"\"\n },\n \"withdrawals_count_by_month\": {\n \"laborumdf8\": \"\",\n \"nisi_76\": \"\"\n },\n \"revenue_count_by_month\": {\n \"do__2\": \"\"\n },\n \"deposits_count_by_month\": {\n \"proident_5\": \"\",\n \"ut_e\": \"\"\n }\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-94c2036e-28bc-4181-b61a-72e9b8fec15b" }, { "id": "645a54a6-20f9-4942-ba71-960723049cae", "name": "Invalid Auth/Business ID format", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id/summary?begin_date=&end_date=&updated_since=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id", "summary" ], "query": [ { "description": "The start date in `YYYY-MM-DD` format for the financial summary period.", "key": "begin_date", "value": "" }, { "description": "The end date in `YYYY-MM-DD` format for the financial summary period.", "key": "end_date", "value": "" }, { "description": "The date from which to retrieve updated business summaries.", "key": "updated_since", "value": "" } ], "variable": [ { "key": "business_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"response\": {},\n \"message\": \"\",\n \"meta\": {\n \"status\": \"\",\n \"message\": \"\",\n \"code\": \"\"\n }\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-645a54a6-20f9-4942-ba71-960723049cae" }, { "id": "5a16d7f9-8714-4ebe-ab6d-ba19e51cb9b3", "name": "Business not associated with requesting organization", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id/summary?begin_date=&end_date=&updated_since=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id", "summary" ], "query": [ { "description": "The start date in `YYYY-MM-DD` format for the financial summary period.", "key": "begin_date", "value": "" }, { "description": "The end date in `YYYY-MM-DD` format for the financial summary period.", "key": "end_date", "value": "" }, { "description": "The date from which to retrieve updated business summaries.", "key": "updated_since", "value": "" } ], "variable": [ { "key": "business_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-5a16d7f9-8714-4ebe-ab6d-ba19e51cb9b3" }, { "id": "1d1fd7cc-71ee-488e-b75d-373dd8fd9835", "name": "Business Identity 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}}/v1/businesses/:business_id/summary?begin_date=&end_date=&updated_since=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id", "summary" ], "query": [ { "description": "The start date in `YYYY-MM-DD` format for the financial summary period.", "key": "begin_date", "value": "" }, { "description": "The end date in `YYYY-MM-DD` format for the financial summary period.", "key": "end_date", "value": "" }, { "description": "The date from which to retrieve updated business summaries.", "key": "updated_since", "value": "" } ], "variable": [ { "key": "business_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-1d1fd7cc-71ee-488e-b75d-373dd8fd9835" }, { "id": "81276c69-c39f-4901-bb25-71aea91cfde6", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id/summary?begin_date=&end_date=&updated_since=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id", "summary" ], "query": [ { "description": "The start date in `YYYY-MM-DD` format for the financial summary period.", "key": "begin_date", "value": "" }, { "description": "The end date in `YYYY-MM-DD` format for the financial summary period.", "key": "end_date", "value": "" }, { "description": "The date from which to retrieve updated business summaries.", "key": "updated_since", "value": "" } ], "variable": [ { "key": "business_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-81276c69-c39f-4901-bb25-71aea91cfde6" } ], "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-b63f5fb7-bf04-436c-84fa-78187f08c236" } ], "id": "6780cbca-cb96-4599-9bb9-cf8323e4ad31", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-6780cbca-cb96-4599-9bb9-cf8323e4ad31" }, { "name": "Business overview", "id": "37cbf798-53e7-4acc-a5c5-4e528631cdac", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id" ], "variable": [ { "id": "cd597955-f4e3-4532-a99e-08ef860d940e", "key": "business_id", "value": "", "description": "(Required) A universally unique identifier (UUID) of the business entity for which you want to retrieve overview information." } ] }, "description": "This API retrieves the full metadata profile for a business entity, including industry classification, loan inquiry history, and addresses derived from bank account holder information.\n" }, "response": [ { "id": "9621b1aa-dfac-4ea4-8a2c-45351988dca3", "name": "Success", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id" ], "variable": [ { "key": "business_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"state\": \"ACTIVE\",\n \"industry\": {\n \"naics4_code\": \"\",\n \"naics_description\": \"\",\n \"naics6_code\": \"\",\n \"naics6_description\": \"\",\n \"naics_override\": \"\",\n \"mcc_code\": \"\",\n \"mcc_description_\": \"\",\n \"sic_code\": \"\",\n \"sic_description_\": \"\",\n \"active_override\": \"\"\n },\n \"loan_inquiries\": {\n \"total_applications\": \"\",\n \"application_history\": [\n \"\",\n \"\"\n ],\n \"velocity\": {\n \"day_count_30\": \"\",\n \"day_count_60\": \"\",\n \"day_count_90\": \"\",\n \"day_count_180\": \"\",\n \"day_count_270\": \"\",\n \"day_count_365\": \"\"\n }\n },\n \"addresses\": [\n {\n \"holder_address_1\": \"\",\n \"holder_address_2\": \"\",\n \"holder_city\": \"\",\n \"holder_state\": \"\",\n \"holder_zip\": \"\",\n \"holder_country\": \"\",\n \"frequency\": \"\"\n },\n {\n \"holder_address_1\": \"\",\n \"holder_address_2\": \"\",\n \"holder_city\": \"\",\n \"holder_state\": \"\",\n \"holder_zip\": \"\",\n \"holder_country\": \"\",\n \"frequency\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-9621b1aa-dfac-4ea4-8a2c-45351988dca3" }, { "id": "a21fae20-9387-4998-b97c-44a9fb0e1697", "name": "Invalid Auth/Business ID format", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id" ], "variable": [ { "key": "business_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"code\": \"\",\n \"response\": {},\n \"message\": \"\",\n \"meta\": {\n \"status\": \"\",\n \"message\": \"\",\n \"code\": \"\"\n }\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-a21fae20-9387-4998-b97c-44a9fb0e1697" }, { "id": "55119ca1-58e3-4bd2-8291-324635696d41", "name": "Business not associated with requesting organization", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id" ], "variable": [ { "key": "business_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-55119ca1-58e3-4bd2-8291-324635696d41" }, { "id": "6f6bf6a7-b102-4b4c-940e-502b7ae4f3b3", "name": "Business Identity Not Associated With Book", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id" ], "variable": [ { "key": "business_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-6f6bf6a7-b102-4b4c-940e-502b7ae4f3b3" }, { "id": "68a2553a-6ab7-438e-95f7-ce7c96a96ce9", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v1/businesses/:business_id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "businesses", ":business_id" ], "variable": [ { "key": "business_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-68a2553a-6ab7-438e-95f7-ce7c96a96ce9" } ], "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-37cbf798-53e7-4acc-a5c5-4e528631cdac" } ], "id": "bd065920-287c-4a78-b0e6-37f05c26ae1f", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-bd065920-287c-4a78-b0e6-37f05c26ae1f" } ], "id": "c1711c47-d9c0-4b1c-8f19-049d5a5c81b1", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-c1711c47-d9c0-4b1c-8f19-049d5a5c81b1" } ], "id": "0a513cbe-4d02-4dae-908b-fb732a2acf58", "createdAt": "2026-07-28T02:24:50.000Z", "updatedAt": "2026-07-28T02:24:50.000Z", "uid": "35240-0a513cbe-4d02-4dae-908b-fb732a2acf58" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "accessTokenUrl", "value": "https://auth.ocrolus.com/oauth/token", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.ocrolus.com" } ] }