GET
/
api
/
end_users
/
{end_user_id_or_heron_id}
/
transaction_data_coverage
curl --request GET \
  --url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/transaction_data_coverage \
  --header 'x-api-key: <api-key>'
{
  "by_account": {},
  "end_user_heron_id": "<string>",
  "reconciliation_by_account": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_id_or_heron_id
string
required

Query Parameters

end_date
string
required
start_date
string
required

Response

200 - application/json
OK

The response is of type object.