curl --request POST \
--url https://app.herondata.io/api/broker_submissions/api_keys/generate \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"email": "[email protected]"
}
'{
"broker_funder_token": "<string>"
}Create a new API key for a broker-funder relationship. The broker is identified by email domain. If the funder account or broker-funder relationship doesn’t exist, they will be created automatically. Returns an error if an API key already exists for this relationship.
curl --request POST \
--url https://app.herondata.io/api/broker_submissions/api_keys/generate \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"email": "[email protected]"
}
'{
"broker_funder_token": "<string>"
}Was this page helpful?