Skip to main content

Endpoint

GET https://api.apifycloud.io/api/v1/analytics/{appId}/templates/stats

Authentication

Bearer token required. Scope: analytics:read

Response

{
  "data": [
    {
      "template_name": "hsm_odontologia_v0",
      "template_id": "uuid",
      "campaign_count": 12,
      "sent": 1200,
      "delivered": 1000,
      "read": 800,
      "failed": 200
    }
  ],
  "meta": {
    "timestamp": "2026-02-18T00:00:00.000Z"
  }
}

Errors

  • 403 forbidden unauthorized for app or missing scope
  • 400 validation_error invalid path parameters
  • 429 rate_limit_exceeded
  • 500 server_error