Akenefick
3 years agoGenius
Create A Kudo With API
I would like to give a kudo to a message from a specified user. I don't think API V1 will work. /restapi/vc/messages/id/[id]/kudos/give doesn't allow me to specify a user.
I tried to create a kudo with an API v2 Post call as shown here The Community API v2 request (khoros.com) (see below) but received an error message that the resource wasn't found. Am I doing something wrong or is this not supported for kudos? If not is there a way to do what I want with API v1? Thanks.
{
"data": {
"type": "kudo",
"user": {
"id": "378002"
},
"message": {
"id": "567232"
}
}
}