curl --request POST \
--url https://app.herondata.io/api/policies/progress \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"end_user_heron_id": "<string>"
}
'{
"ok": true
}Triggers the policy progression workflow for a specific end user
curl --request POST \
--url https://app.herondata.io/api/policies/progress \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"end_user_heron_id": "<string>"
}
'{
"ok": true
}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?