Authentication
All API requests must include an X-Auth-Token header. Requests without a valid token will receive a 401 Unauthorized response.
Endpoints
GET/api/v1/check
Check for available updates for a given product and current version.
GET/api/v1/download
Download a specific release artifact by version identifier.
Response Format
All responses are returned as JSON. Successful responses use standard HTTP status codes.