API文件
這是基於REST架構的API端點文件。所有API端點將返回JSON格式的標準HTTP響應代碼,並需要透過API Key進行Bearer驗證。
驗證
所有API端點需要透過Bearer驗證方法發送的API金鑰。
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}' \