GET
/
api
/
end_users
/
{end_user_id_or_heron_id}
/
named_dates
curl --request GET \
  --url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/named_dates \
  --header 'x-api-key: <api-key>'
{
  "named_dates": [
    {
      "date": "2025-04-30",
      "name": "last_transaction"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_id_or_heron_id
string
required

Response

200 - application/json

OK

The response is of type object.