cards
Submit metrics for a card
Submit various metrics related to a specific card identified by cardId
. This allows for tracking and performance measurement of the card.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier for the card whose metrics are being submitted.
Body
application/json
The value of the metric (e.g., count of views or clicks)
The timestamp of the metric (defaults to current timestamp if not provided)
Response
200
application/json
Metrics submitted successfully
Example:
"System provided message"