POST
/
api
/
end_users
/
{end_user_id_or_heron_id}
/
scorecard
/
async
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>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_id_or_heron_id
string
required

Query Parameters

date
string
required

Cut-off date to consider transactions to for calculating scorecard (inclusive)

Example:

"2023-01-19"

Response

202 - application/json
OK

The response is of type object.