v1
latestOpenAPI 3.0.22026-07-24800528.1 KBActions
Record action
Records a new action taken by a given partner or customer, and the number of times that action was performed.
post/v2/actions
Request body
Example request
{
"created_at": 1717785600000,
"external_key": "act_12345",
"target_key": "bertramgilfoyle",
"target_type": "customer",
"type": "post_created",
"value": 1
}Response
Records a new action taken by a given partner or customer, and the number of times that action was performed.
Example response
{
"data": {
"created_at": 1717785600000,
"key": "co_a80cb515fe",
"updated_at": 1574181282399,
"external_key": "act_12345",
"target_key": "bertramgilfoyle",
"target_type": "customer",
"type": "post_created",
"value": 1
}
}