Skip to main content
POST
Submit metrics for a card

Authorizations

Authorization
string
header
required

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

Path Parameters

cardId
string
required

The unique identifier for the card whose metrics are being submitted.

Body

application/json
value
number
required

The value of the metric (e.g., count of views or clicks)

timestamp
string<date-time>

The timestamp of the metric (defaults to current timestamp if not provided)

Response

Metrics submitted successfully

message
string
Example:

"System provided message"