curl --request GET \
--url https://app.herondata.io/api/broker_submissions/api_keys \
--header 'x-api-key: <api-key>'[
{
"broker": "<string>",
"broker_funder_api_key_heron_id": "<string>",
"broker_funder_api_key_token": "<string>"
}
]Retrieve all Broker API keys associated with the authenticated user’s funder account. Returns a list of broker-funder relationships with their corresponding API keys.
curl --request GET \
--url https://app.herondata.io/api/broker_submissions/api_keys \
--header 'x-api-key: <api-key>'[
{
"broker": "<string>",
"broker_funder_api_key_heron_id": "<string>",
"broker_funder_api_key_token": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?