Skip to main content
GET
/
v1
/
organizations
/
usage
Get Org Usage
curl --request GET \
  --url https://api.mixpeek.com/v1/organizations/usage \
  --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
string | null

ISO8601 start timestamp

end
string | null

ISO8601 end timestamp

Response

Successful Response

The response is of type Response Get Org Usage V1 Organizations Usage Get · object.