curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/scorecard/async \
--header 'x-api-key: <api-key>'
{
"message": "<string>"
}
Request scorecard metrics for a date and end user
curl --request POST \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/scorecard/async \
--header 'x-api-key: <api-key>'
{
"message": "<string>"
}
Cut-off date to consider transactions to for calculating scorecard (inclusive)
"2023-01-19"
OK
The response is of type object
.
Was this page helpful?