v1
latestOpenAPI 3.0.22026-08-061311.6 KBSend label
Sends the label to our servers for analysis to improve our recommendation system.
post/label
Request body
Example request
{
"subject": {
"value": "a05f8ae1-718f-4c33-a20c-682df281af7c"
}
}Response
Label has been received and stored successfully.
Example response
{
"label": {
"subject": {
"value": "a05f8ae1-718f-4c33-a20c-682df281af7c"
},
"label_timestamp": 1725961384920
},
"afftectedActionIds": [
"af819f2b3e2f1b2820077cb09fe92de5769c4e4b24030cf683f4d0b155ac4999",
"9b83568185c39e4acb3e5d09176f0a70efdf5c414c2d1d90cb803dfb0b93ec53"
]
}