Dokumentace API
Toto je dokumentace pro dostupné koncové body API, které jsou postaveny na architekturě REST. Všechny koncové body API vrátí odpověď JSON se standardem Kódy odezvy HTTP a potřebují Autentizaci nosiče prostřednictvím klíče API.
Authentication
Všechny koncové body API vyžadují klíč API zaslaný Metodou autentizace nosiče.
curl --request GET \
--url 'https://qr.minzap.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://qr.minzap.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
All API endpoint results work with the UTC timezone unless specified otherwise.