색인미확인수명주기 미확인품질 미측정구조화 한국어 안내 · 문장 번역 전

Budgea API Documentation

biapi.pro에서 제공하는 문서·기록 분야의 API 제품입니다. 확인된 분류 신호는 검색·조회, OCR·텍스트 추출, 인증·계정, 문서 데이터입니다.

영문 원문 보기
Budgea API Documentation

Budgea Development Guides Welcome to Budgea 's documentation. This documentation is intended to get you up-and-running with our APIs and advise on the implementation of some regulatory aspects of your application, following the DSP2's guidelines. Getting Started IMPORTANT Depending on your status with regard of the DSP2 regulation, agent or partner , you may call our APIs or simply use our Webview and callbacks to get the financial data of your users. As an agent , you are allowed to call directly our APIs and implement your own form to get the user's credentials. As a partner , you cannot manipulate the credentials, and have to delegate this step to us through our webview. The sections below will document how to use our APIs, make sure you have the agent status to do so. For the partner , please refer to the section Webview and Callbacks of this documentation. Overview Your API is a REST API which requires a communication through https to send and receive JSON documents. During your tests, we recommend to make calls to the API with curl or any other HTTP client of your choice. You can watch a video demonstration on this [URL](https://asciinema.org/a/FsaFyt3WAPyDm7sfaZPkwal3V). For the examples we'll use the demo API with address https://demo.biapi.pro , you should change that name to your API's name. Hello World Let's start by calling the service /banks which lists all available banks. curl https://demo.biapi.pro/2.0/banks/ To log in to a bank webpage, you'll need to know for a given bank, the fields your user should fill in the form. Let's call a specific bank and ask for an additional resource fields . curl https://demo.biapi.pro/2.0/banks/59?expand=fields The response here concerns only 1 bank (since we specified an id) and the resource Fields is added to the response thanks to the query parameter expand . To get more interesting things done, you'll need to send authenticated requests. Authentication The way to authenticate is by passing the Authorization: Bearer header in your request. At the setup a manage token have been generated, you can use this token for now, when creating your user we'll see how to generate a user's token. curl https://demo.biapi.pro/2.0/config \ -H 'Authorization: Bearer ' This endpoint will list all the parameters you can change to adapt Budgea to your needs. We've covered the very first calls. Before diving deeper, let's see some general information about the APIs. Abstract API URL https://demo.biapi.pro/2.0 Requests format Data format: application/x-www-form-urlencoded or application/json (suggested) Additional headers: Authorization: User's token (private) Responses format Data format: application/json ([http://www.json.org](http://www.json.org/)) Charset: UTF-8 Resources Each call on an endpoint will return resources. The main resources are: Resource Description --------------------- :------------------------------------------------------------------------------------------------------------------ Users Represent a user Connection A set of data used to authenticate on a website (usually a login and password). There is 1 connection for each website Account A bank account contained in a connection Transaction An entry in a bank account Investment An asset in a bank account The chain of resources is as follow: Users ∈ Connections ∈ Accounts ∈ Transactions or Investments RESTful API This API is RESTful, which means it is stateless and each resource is accessed with an unique URI. Several HTTP methods are available: Method Description ------------------------ :------------------------------- GET /resources List resources GET /resources/{ID} Get a resource from its ID POST /resources Create a new resource POST /resources/{ID} Update a resource PUT /resources /{ID} Update a resource DELETE /resources Remove every resources DELETE /resources/{ID} Delete a resource Each resource can contain sub-resources, for example: /users/me/connections/2/accounts/23/transactions/48 HTTP response codes Code Messag…

번역은 이해를 돕기 위한 미검수 초벌 또는 구조화 안내입니다. 계약·의료·법률 판단에는 원문을 확인하세요.
연결된 문서
전역 집계 전현재 별표는 이 브라우저에만 저장
종합 품질근거 0%
가격미확인상세 가격 미수집
인증미확인
프로토콜REST167개 엔드포인트 수집
마지막 확인2026. 7. 28.출처 확인됨

SELECTION SUMMARY

도입 판단 요약

이 항목은 문서·기록 카테고리로 분류된 API 제품입니다. 확인된 분류 신호는 검색·조회, OCR·텍스트 추출, 인증·계정, 문서 데이터입니다. 상세 문장 번역은 아직 검수되지 않았으므로 아래 원문을 함께 확인하세요.

검수된 적합 용도

검증 정보 없음 — 태그와 카테고리는 분류 정보이며 적합성 보증이 아닙니다.

도입 전 확인

인증, 호출 제한, 데이터 처리 지역과 가격 조건을 연결된 문서에서 직접 확인하세요.

피해야 할 조건

제품별 제한 조건이 검수되지 않았습니다. 운영 적용 전에 공급자 조건을 재확인하세요.

EVIDENCED ADVANTAGES

API 특·장점

공급자·카탈로그·실측·편집 근거가 있는 신호만 표시하며, 근거 유형을 함께 밝힙니다.

카탈로그출처가 확인된 제품

카탈로그 원본과 확인 시점이 연결되어 있습니다.

공급자OpenAPI 3.0.0

정규화된 엔드포인트 167개를 탐색할 수 있습니다.

CATALOG TRUST

색인0

재배포 정책과 기본 식별 조건을 통과해 검색할 수 있지만 편집 승인은 아직 완료되지 않았습니다.

평가 2026. 07. 28. 13:05

QUALITY COVERAGE

미측정종합 점수
근거 충족률 0% · 신뢰 0%

unrated

핵심 도입 정보

인증검증 정보 없음
프로토콜REST
가격 모델미확인
리전검증 정보 없음
수집된 엔드포인트167개
마지막 확인2026. 07. 28. 13:05

같은 목적의 대체 API

같은 카테고리에서 공개 상태와 품질 근거를 우선해 표시합니다.