API Documentation
Ito ang documentation para sa available na API endpoints, na binuo gamit ang REST architecture. Lahat ng API endpoints ay magre-return ng JSON response kasama ang standard na HTTP response codes at nangangailangan ng Bearer Authentication via an API Key.
Authentication
Lahat ng API endpoints ay nangangailangan ng API key na ipinadala sa pamamagitan ng Bearer Authentication method.
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}' \