API-Endpunkt:
https://uptimeworld.com/api/v1/incidents
Anfragebeispiel:
curl --location --request GET 'https://uptimeworld.com/api/v1/incidents' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
                    searchsearch_bymonitor für Monitor, cause für Ursache. Standardmässig: url.monitor_idstatusunresolved für Ungeklärt, acknowledged für Anerkannt, resolved für Gelöst.sort_bystarted_at für Datum begonnen, ended_at für Datum beendet. Standardmässig: ended_at.sortdesc für Absteigend, asc für Aufsteigend. Standardmässig: desc.per_page10, 25, 50, 100. Standardmässig: 10.API-Endpunkt:
https://uptimeworld.com/api/v1/incidents/{id}
                    Anfragebeispiel:
curl --location --request GET 'https://uptimeworld.com/api/v1/incidents/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API-Endpunkt:
https://uptimeworld.com/api/v1/incidents/{id}
                    Anfragebeispiel:
curl --location --request PUT 'https://uptimeworld.com/api/v1/incidents/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}'
commentacknowledged_atAPI-Endpunkt:
https://uptimeworld.com/api/v1/incidents/{id}
                    Anfragebeispiel:
curl --location --request DELETE 'https://uptimeworld.com/api/v1/incidents/{id}' \ --header 'Authorization: Bearer {api_key}'