General API Information
Base URL
https://cadenza-api.algo724.com
For testing and development, see UAT Environment.
API Versioning
All endpoints are prefixed with /api/v3/. The API version is included in the URL path.
https://cadenza-api.algo724.com/api/v3/{endpoint}
Content Type
- All requests must use
Content-Type: application/json - All responses are returned as JSON
curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {token}" \
-d '{"key": "value"}' \
https://cadenza-api.algo724.com/api/v3/endpoint
Timestamps
All timestamps are returned in milliseconds since Unix epoch (January 1, 1970 UTC).
Example: 1703052635110 represents 2023-12-20T06:30:35.110Z
Request IDs
Each API response includes a unique request ID in the X-Request-ID header for debugging and support purposes.