POST
/
api
/
policies
/
progress
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
}

Authorizations

x-api-key
string
header
required

Body

application/json

Response

200
application/json

Ok

The response is of type object.