cURL
curl --request POST \ --url https://api.example.com/policies/{policyId}/events \ --header 'Content-Type: application/json' \ --data ' { "eventType": "<string>", "metadata": [ { "key": "<string>", "value": "<string>" } ], "data": {} } '
{}
the policy id
Optional: the whenAt datetime
Optional: the branch id
The event type
metadata assigned to the object
Show child attributes
The event data
The response is of type object.
object
Was this page helpful?