Download OpenAPI description
Overview
URL
E-mail
Languages
Servers
Prod environment
https://api.bb.no/
- Prod environment
https://api.bb.no/v1/ledger
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.bb.no/v1/ledger \
-H 'x-bb-api-key: YOUR_API_KEY_HERE'
Response
application/json
{ "entries": [ { … } ] }
- Prod environment
https://api.bb.no/v1/ledger/{accountId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.bb.no/v1/ledger/{accountId}' \
-H 'x-bb-api-key: YOUR_API_KEY_HERE'