GET
https://stoplight.io/mocks/replyteam/reply/765516802
/
statistics
/
sequences
/
{sequenceId}
/
Email
curl --request GET \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/statistics/sequences/{sequenceId}/Email
{
  "sent": 1000,
  "delivered": 980,
  "opened": 450,
  "clicked": 120,
  "replied": 45,
  "bounced": 20,
  "optedOut": 5,
  "openRate": 45.9,
  "clickRate": 12.2,
  "replyRate": 4.6,
  "bounceRate": 2,
  "optOutRate": 0.5,
  "interested": 150,
  "interestRate": 15.3
}

Path Parameters

sequenceId
integer
required

The ID of the sequence

Response

200 - application/json

Successful response

The response is of type object.