API-Endpunkt:
https://uptimeworld.com/api/v1/monitors
Anfragebeispiel:
curl --location --request GET 'https://uptimeworld.com/api/v1/monitors' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
                searchsearch_byname für Name, url für URL. Standardmässig: name.status_page_idsort_byid für Erstellungsdatum, name für Name, url für URL. Standardmässig: id.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/monitors/{id}
Anfragebeispiel:
curl --location --request GET 'https://uptimeworld.com/api/v1/monitors/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API-Endpunkt:
https://uptimeworld.com/api/v1/monitors
Anfragebeispiel:
curl --location --request POST 'https://uptimeworld.com/api/v1/monitors' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}' \ --data-urlencode 'url={url}'
nameurlinterval60, 180, 300, 600, 900, 1800, 3600.ssl_alert_days0, 1, 2, 3, 7, 14, 30, 60.maintenance_start_atY-m-d H:i Format.maintenance_end_atY-m-d H:i Format.alerts[index][key]email für Email, webhook für Webhook, slack für Slack, teams für Microsoft Teams, discord für Discord, flock für Flock, sms für SMS.alerts[index][value]API-Endpunkt:
https://uptimeworld.com/api/v1/monitors/{id}
                    Anfragebeispiel:
curl --location --request PUT 'https://uptimeworld.com/api/v1/monitors/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'name={name}'
nameurlinterval60, 180, 300, 600, 900, 1800, 3600.ssl_alert_days0, 1, 2, 3, 7, 14, 30, 60.maintenance_start_atY-m-d H:i Format.maintenance_end_atY-m-d H:i Format.alerts[index][key]email für Email, webhook für Webhook, slack für Slack, teams für Microsoft Teams, discord für Discord, flock für Flock, sms für SMS.alerts[index][value]pausedAPI-Endpunkt:
https://uptimeworld.com/api/v1/monitors/{id}
                    Anfragebeispiel:
curl --location --request DELETE 'https://uptimeworld.com/api/v1/monitors/{id}' \ --header 'Authorization: Bearer {api_key}'