Документация по API
Это документация по доступным конечным точкам API, построенным на основе архитектуры REST. Все конечные точки API возвращают ответ в формате JSON со стандартными кодами ответов HTTP и требуют аутентификации с помощью ключа API.
Authentication
All the API endpoints require an API key sent by the Bearer Authentication method.
curl --request GET \
--url 'https://qr-hub.ru/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://qr-hub.ru/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
All API endpoint results work with the UTC timezone unless specified otherwise.