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 'Authorization: Basic <encoded-value>'
{
  "by_account": {},
  "end_user_heron_id": "<string>",
  "reconciliation_by_account": {}
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

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
by_account
object
required
end_user_heron_id
string
required
reconciliation_by_account
object
required