Account
Get account traffic
Get account-wide traffic usage statistics.
Authorization
bearerAuth AuthorizationBearer <token>
Personal access token obtained via POST /v1/auth/token
In: header
Query Parameters
period?string
Default
"24h"Response Body
application/json
curl -X GET "https://api.soxway.io/v1/account/traffic"{
"data": {
"period": "string",
"total_bytes": 0,
"graph": {}
}
}