API 文檔
這是圍繞 REST 架構 構建的可用 API 端點的文檔。所有 API 端點都將返回帶有標準 HTTP 響應代碼 的 JSON 響應,並且需要 通過 API 密鑰進行承載身份驗證。
身份驗證
所有 API 端點都需要 Bearer Authentication 方法發送的 API 密鑰。
curl --request GET \
--url 'https://push.axiox.net/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://push.axiox.net/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \