Monitor API availability and service status. Use these endpoints to verify connectivity and check if the API is operational.
DualEntry Public API (1.0.0)
Download OpenAPI description
Languages
Servers
Production environment
https://api.dualentry.io/
Development environment (for testing)
https://api-dev.dualentry.io/
- Production environmenthttps://api.dualentry.io/public/v1/accounts/
- Development environment (for testing)https://api-dev.dualentry.io/public/v1/accounts/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.dualentry.io/public/v1/accounts/?limit=100&offset=0'OK
Enum"bank""accounts_receivable""other_current_asset""fixed_asset""unbilled_receivable""deferred_expense""other_asset""investment""accounts_payable""credit_card"
The ISO 4217 code of the currency of the account. Only available for bank type accounts.
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Response
application/json
{ "items": [ { … } ], "count": 0 }
- Production environmenthttps://api.dualentry.io/public/v1/accounts/{account_number}/
- Development environment (for testing)https://api-dev.dualentry.io/public/v1/accounts/{account_number}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.dualentry.io/public/v1/accounts/{account_number}/'OK
Enum"bank""accounts_receivable""other_current_asset""fixed_asset""unbilled_receivable""deferred_expense""other_asset""investment""accounts_payable""credit_card"
The ISO 4217 code of the currency of the account. Only available for bank type accounts.
Enum"AED""AFN""ALL""AMD""ANG""AOA""ARS""AUD""AWG""AZN"
Response
application/json
{ "created_by": { "actor_type": "string", "email": "string", "first_name": "string", "last_name": "string", "timestamp": "2019-08-24T14:15:22Z" }, "updated_by": { "actor_type": "string", "email": "string", "first_name": "string", "last_name": "string", "timestamp": "2019-08-24T14:15:22Z" }, "id": 0, "name": "string", "number": 0, "description": "string", "is_active": true, "is_system": true, "company_id": 0, "account_type": "bank", "currency_iso_4217_code": "AED", "category_1099": "NEC-Box 1" }