curl --request GET \
--url https://unified-api.creatorcommerce.shop/channels/{myshopifyDomain}/metrics/session \
--header 'x-channel-access-token: <api-key>'{
"metrics": {
"aggregates": {
"currentPeriod": {
"all": {
"sessions": 12482,
"uniqueVisitors": 8951,
"creatorAttributedSessions": 4720
},
"perDay": {
"2026-02-14": {
"sessions": 1532
},
"2026-02-15": {
"sessions": 1688
}
}
},
"prevPeriod": {
"all": {
"sessions": 10934,
"uniqueVisitors": 7910,
"creatorAttributedSessions": 3904
},
"perDay": {
"2026-02-07": {
"sessions": 1399
}
}
}
}
}
}curl --request GET \
--url https://unified-api.creatorcommerce.shop/channels/{myshopifyDomain}/metrics/session \
--header 'x-channel-access-token: <api-key>'{
"metrics": {
"aggregates": {
"currentPeriod": {
"all": {
"sessions": 12482,
"uniqueVisitors": 8951,
"creatorAttributedSessions": 4720
},
"perDay": {
"2026-02-14": {
"sessions": 1532
},
"2026-02-15": {
"sessions": 1688
}
}
},
"prevPeriod": {
"all": {
"sessions": 10934,
"uniqueVisitors": 7910,
"creatorAttributedSessions": 3904
},
"perDay": {
"2026-02-07": {
"sessions": 1399
}
}
}
}
}
}Channel or partner access token (x-channel-access-token or x-partner-access-token)
Session metrics retrieved
Show child attributes