Skip to main content
GET
/
v1
/
analytics
/
usage
/
summary
Get Usage Summary
curl --request GET \
  --url https://api.mixpeek.com/v1/analytics/usage/summary \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start_date
string<date-time> | null

Start date (UTC)

end_date
string<date-time> | null

End date (UTC)

Response

Successful Response

The response is of type Response Get Usage Summary V1 Analytics Usage Summary Get · object.