Links
Comment on page

Assign a Tag

You can assign an existing tag to a testimonial by calling the Post request to the
https://app.socialprf.io/api/1.1/wf/tag_testimonial endpoint.
It will assign the specified tag to a testimonial.
fields
mandatory/optional
description
api_key
Mandatory
The API key of your organisation.
testimonial_id
Mandatory
The ID of the testimonial to which you want to assign a tag
tag_id
Mandatory
The ID of the tag you want to assign to a testimonial
Response Example
{
"status": "success",
"response": {
"message": "tag assinged to testimonial successfully"
}
}