Create a Tag
You can create a new tag for assigning to testimonials by calling the Post request to the
https://app.socialprf.io/api/1.1/wf/create_tag endpoint.
It will create a new tag and provide an ID of the tag which you can use to assign a tag to a testimonial.
field | mandatory/optional | description |
---|---|---|
api_key | mandatory | The API key of your organisation. |
name | mandatory | The name of the tag |
Response Example
{
"id" : "rec0rJsovZV5tcnEt"
}
Last modified 6mo ago