Retrieve information about system events, including error messages from API calls. This is useful for troubleshooting and understanding why an API call might have failed, especially during service overload.
Accept Example Content-Type Example error string message string retryAfter string requestId string https://cloud.hostup.se/api/events curl -X GET "https://cloud.hostup.se/api/events" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {}