Aggregate App Stats
POST {{baseUrl}}/api/v1/stats/usage/app
Creates a background task to calculate the message destinations for all applications in the environment.
Note that this endpoint is asynchronous. You will need to poll the
Get Background Task
endpoint to
retrieve the results of the operation.
Request Body
{"since"=>"<dateTime>", "until"=>"<dateTime>", "appIds"=>["<string>"]}
HEADERS
| Key | Datatype | Required | Description |
| idempotency-key
| string | | The request's idempotency key |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: ``