Get system event and error information

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.

Headers

Accept Example
Content-Type Example

Responses

429
error string
message string
retryAfter string
requestId string
GET https://cloud.hostup.se/api/events
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/events" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{}