Skip to main content
GET
/
api
/
broker_funder_policies
List broker funder policies for current user
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": {}
  }
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json

List of broker funder policies

created
string<date-time>
funder
object
last_updated
string<date-time>
matching_priority
integer | null
policy
object