PelekaPeleka Developers
API ReferenceAnalytics

Get the best-performing time of day to send

GET
/api/v1/analytics/broadcasts/best-time
X-API-Key<token>

In: header

Query Parameters

startDate?string
endDate?string

Response Body

application/json

curl -X GET "https://example.com/api/v1/analytics/broadcasts/best-time"
[  {    "time": "6 am",    "openRate": 44  }]