GET
/
v1
/
usage
curl --request GET \
  --url https://api-network.joinmassive.com/reporting/v1/usage \
  --header 'x-api-key: <api-key>'
[
  {
    "date": "2025-01-01",
    "total": 1000,
    "successful": 500,
    "used_bytes": 123456789
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

from
string

Start date to query usage (UTC).

Maximum 31 days from current date.

Must be less than 'to' date.

to
string

End data to query usage (UTC).

Must be greater than 'from' date.

Accepted formats: date, RFC3339.

Response

200
application/json
Successfully retrieved usage

The response is of type object[].