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.

Response Example
{
    "status": "success",
    "response": {
        "message": "tag assinged to testimonial successfully"
    }
}

Last updated