API Documentation
Learn how to connect and integrate with our API.
Authentication
All the API endpoints require an API key sent by the Bearer Authentication method.
curl --request GET \
--url 'https://hpsuptime.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://hpsuptime.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
All API endpoint results work with the UTC timezone unless specified otherwise.