API-Dokumentation
Dokumentation der verfügbaren API-Endpunkte (REST-Architektur, JSON-Antworten, Bearer-Authentifizierung).
Authentifizierung
Alle Endpunkte erfordern Bearer-Authentifizierung.
curl --request GET \
--url 'https://uptime.gtechgroup.it/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://uptime.gtechgroup.it/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
All API endpoint results work with the UTC timezone unless specified otherwise.