Skip to main content
GET
/
api
/
end_users
/
{end_user_heron_id}
/
funder_policy_evaluations
List funder policy evaluations for an end user
curl --request GET \
  --url https://app.herondata.io/api/end_users/{end_user_heron_id}/funder_policy_evaluations/ \
  --header 'x-api-key: <api-key>'
[
  {
    "created": "2023-11-07T05:31:56Z",
    "end_user_heron_id": "<string>",
    "funder": {
      "heron_id": "<string>",
      "logo_url": "<string>",
      "name": "<string>"
    },
    "input_data": {},
    "last_updated": "2023-11-07T05:31:56Z",
    "matching_priority": 123,
    "result": {},
    "status": "not_evaluated"
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_heron_id
string
required

The Heron ID of the end user

Response

List of funder policy evaluations

created
string<date-time>
end_user_heron_id
string
funder
object
input_data
object
last_updated
string<date-time>
matching_priority
integer | null
result
object
status
enum<string>
Available options:
not_evaluated,
evaluating,
matched,
mismatched,
missing_data,
error