Calling the status of Veracode services endpoint
You can call an endpoint to retrieve the status information on the status page for the region. To call the endpoint for your region, in the following examples, change status.veracode.com
to status.veracode.eu
(European region) or status.veracode.us
(United States Federal region).
To get the current status of Veracode services, send this request:
http GET "https://status.veracode.com/api/v2/summary.json"
To get the current status of Veracode services using cURL, send this request:
curl "https://status.veracode.com/api/v2/summary.json"