curl --request POST \
--url https://api.sequence.app/rpc/Analytics/RollingStickiness \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"filter": {
"projectId": 123,
"startDate": "<string>",
"endDate": "<string>",
"dateInterval": "DAY",
"collections": [
"<string>"
],
"tokenId": "<string>"
}
}
'{
"data": [
{
"value": 123,
"label": "<string>"
}
]
}Get rolling stickiness metrics
curl --request POST \
--url https://api.sequence.app/rpc/Analytics/RollingStickiness \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"filter": {
"projectId": 123,
"startDate": "<string>",
"endDate": "<string>",
"dateInterval": "DAY",
"collections": [
"<string>"
],
"tokenId": "<string>"
}
}
'{
"data": [
{
"value": 123,
"label": "<string>"
}
]
}Secret JWT token for authenticating requests obtained from Sequence Builder - should not be exposed publicly.
このページは役に立ちましたか?