API 档
这用 API 端的文档,它们绕REST 架构构建。所有 API 端点将回有标准HTTP 响码的JSON 应,并需要过 API 密进行Bearer 验证。
身份验证
所有 API 端需要过 Bearer 身验证方法 发送的 API 钥。
curl --request GET \
--url 'https://wlinky.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://wlinky.com/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \