API Overview
The documentation describes Valu8 public API and its operations used for interaction.
All API references are grouped into several main categories according to their function:
| Category | Operations |
|---|---|
| Authentication | Create and update accesstoken |
| Batches | Get a list of batches and get specific batches. |
| Companies | Get a list of companies and get information how to use searchparameters. |
| Relations | Get a list of relations related to companies. |
| Userstatistics | Get information about useraccount. |
Base URL
The base URL for accessing our main API server is:
https://api.prod1.valu8group.com/
All primary API requests should be directed to this URL for optimal performance and up-to-date data.
API Health
You can verify the status and health of our API by visiting the following URL:
https://api.prod1.valu8group.com/health
This endpoint provides real-time information about the operational status of the API, ensuring it is running as expected.
Failover Server
In case our primary server becomes unavailable, we offer a failover server to ensure continuity of service. We recommend using the failover server only if the main server is down.
Failover Server Base URL:
https://api.prod2.valu8group.com/
Updated 22 days ago