GET
/
api
/
messages
/
campaign
/
{id}
/
stats
Get campaign statistics
curl --request GET \
  --url https://app.minimo.it/api/messages/campaign/{id}/stats \
  --header 'Authorization: Bearer <token>'
{
  "created": "2023-11-07T05:31:56Z",
  "status": "<string>",
  "openRate": "75%",
  "clickRate": "40%",
  "totalMessagesSent": 1000
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

The ID of the campaign.

Response

200
application/json

Successful response with campaign statistics

The response is of type object.