Tài liệu API
Tài liệu cho các API endpoint, xây dựng trên kiến trúc REST. Tất cả endpoint trả về JSON response với HTTP response codes chuẩn và yêu cầu Bearer Authentication qua API Key.
Xác thực
Tất cả endpoint yêu cầu API key gửi qua phương thức Bearer Authentication.
curl --request GET \
--url 'https://dmpilot.ru/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://dmpilot.ru/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \