English
cURL
curl --request POST \ --url https://api.sequence.app/rpc/Analytics/DailyComputeByService \ --header 'Content-Type: application/json' \ --header 'X-Access-Key: <api-key>' \ --data '{ "filter": { "projectId": 123, "startDate": "<string>", "endDate": "<string>", "dateInterval": "DAY", "collections": [ "<string>" ], "tokenId": "<string>" } }'
{ "computeStats": {} }
Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI
OK
The response is of type object.
object
Was this page helpful?