Skip to main content
GET
/
campaigns
/
{id}
/
stats
Get campaign stats
curl --request GET \
  --url https://api.mailrify.com/campaigns/{id}/stats \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {}
}

Authorizations

Authorization
string
header
required

API Key authentication. Secret keys (sk_*) are required for all endpoints except /v1/track. Public keys (pk_*) only work with the /v1/track endpoint for client-side event tracking. The project is automatically derived from the key.

Path Parameters

id
string
required

Response

Campaign analytics

success
boolean
data
object