Query Parameters
Team ID
curl --request GET \
--url https://backyard.posthoot.com/api/v1/api/v1/analytics/team/overview{
"averageClickRate": 123,
"averageOpenRate": 123,
"deviceStats": {},
"geoStats": {},
"monthlyStats": [
{
"clickRate": 123,
"month": "<string>",
"openRate": 123,
"totalEmails": 123
}
],
"topCampaigns": [
{
"campaignId": "<string>",
"clickRate": 123,
"engagementScore": 123,
"name": "<string>",
"openRate": 123
}
],
"topPerformers": [
{
"engagementRate": 123,
"sampleSize": 123,
"type": "<string>",
"value": "<string>"
}
],
"totalClicks": 123,
"totalEmails": 123,
"totalOpens": 123
}Get team overview
curl --request GET \
--url https://backyard.posthoot.com/api/v1/api/v1/analytics/team/overview{
"averageClickRate": 123,
"averageOpenRate": 123,
"deviceStats": {},
"geoStats": {},
"monthlyStats": [
{
"clickRate": 123,
"month": "<string>",
"openRate": 123,
"totalEmails": 123
}
],
"topCampaigns": [
{
"campaignId": "<string>",
"clickRate": 123,
"engagementScore": 123,
"name": "<string>",
"openRate": 123
}
],
"topPerformers": [
{
"engagementRate": 123,
"sampleSize": 123,
"type": "<string>",
"value": "<string>"
}
],
"totalClicks": 123,
"totalEmails": 123,
"totalOpens": 123
}Team ID
Team overview
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?