curl --request GET \
--url https://app.herondata.io/api/broker_funder_policies/ \
--header 'x-api-key: <api-key>'[
{
"created": "2023-11-07T05:31:56Z",
"funder": {
"heron_id": "<string>",
"logo_url": "<string>",
"name": "<string>"
},
"last_updated": "2023-11-07T05:31:56Z",
"matching_priority": 123,
"policy": {}
}
]Get all broker funder policies for the current user, ordered by matching priority
curl --request GET \
--url https://app.herondata.io/api/broker_funder_policies/ \
--header 'x-api-key: <api-key>'[
{
"created": "2023-11-07T05:31:56Z",
"funder": {
"heron_id": "<string>",
"logo_url": "<string>",
"name": "<string>"
},
"last_updated": "2023-11-07T05:31:56Z",
"matching_priority": 123,
"policy": {}
}
]List of broker funder policies
Was this page helpful?