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
}Was this page helpful?