Monitor API availability and service status. Use these endpoints to verify connectivity and check if the API is operational.
Health
DualEntry Public API
Accounts
Items
Classifications
Classifications Lines
Companies
Journal Entries
Recurring Journal Entries
Invoices
Sales Orders
Recurring Invoices
Customers
Customer Payments
Customer Prepayments
Customer Prepayment Applications
Customer Deposits
Customer Refunds
Customer Credits
Cash Sales
Bills
Recurring Bills
Purchase Orders
Vendors
Vendor Payments
Vendor Credits
Vendor Refunds
Paper Checks
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/
Request
Verify that the DualEntry Public API is operational and accepting requests.
This endpoint provides a quick way to:
- Confirm API connectivity
- Validate that your API key is working correctly
- Check service availability for monitoring and uptime tracking
Response includes:
status: Current health status of the APItimestamp: Current server time in ISO 8601 format
Note: This endpoint is rate-limited like all other API endpoints. For high-frequency monitoring, consider using a dedicated monitoring service or increasing your rate limit.
- Production environmenthttps://api.dualentry.io/public/health/
- Development environment (for testing)https://api-dev.dualentry.io/public/health/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.dualentry.io/public/health/