curl --request POST \
--url https://app.herondata.io/api/broker_submissions/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>"
}
'{
"heron_id": "<string>"
}Create a new broker submission with end user details.
Authentication: Requires a broker API key in the x-api-key header. Generate keys using the /api/broker_submissions/api_keys/generate endpoint.
curl --request POST \
--url https://app.herondata.io/api/broker_submissions/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>"
}
'{
"heron_id": "<string>"
}Was this page helpful?