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
Mock server
https://docs.dualentry.com/_mock/resources/
Production environment
https://api.dualentry.com/
Development environment (for testing)
https://api-dev.dualentry.com/
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.
- Mock serverhttps://docs.dualentry.com/_mock/resources/public/health/
- Production environmenthttps://api.dualentry.com/public/health/
- Development environment (for testing)https://api-dev.dualentry.com/public/health/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.dualentry.com/_mock/resources/public/health/