API Key & Notification Key的获取请通过Cube平台自助操作,详见说明文档
4.0.0
API
curl --location --request GET 'https://api.linksfield.net/cube/v4/usage/statistics//accu_usage?timestamp=' \ --header 'Accept-Language: zh-CN' \ --header 'Authorization;' \ --header 'X-LF-Api-Version;' \ --header 'X-LF-Signature-Type;' \ --header 'Content-Type: application/json'
{ "data": [ { "type": "data", "accu_usage": "23153434", "since": "2022-08-20 00:00:00" } ], "status": { "code": "CB-00-0000", "message": "success", "detail": null } }