Account
Get plan info
Get plan details and usage limits.
Authorization
bearerAuth AuthorizationBearer <token>
Personal access token obtained via POST /v1/auth/token
In: header
Query Parameters
type?string
Value in
"residential" | "mobile"Response Body
application/json
curl -X GET "https://api.soxway.io/v1/account/plan"{
"data": {
"limit_bytes": 0,
"used_bytes": 0,
"remaining_bytes": 0,
"plan_name": "string",
"forecast": {}
}
}