Execute Metric Action

Executes the metric action on the given object.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
actionenumRequired
Allowed values:
event_datestringRequiredformat: "date-time"
Timestamp of the event.
metricstringRequiredformat: "id"
The metric's ID for which the metric action is to be executed.
objectstringRequiredformat: "id"
The underlying object's ID on which the metric action is to be executed.

Response

Success.

Errors