Review Tagging

Tag a Company Review

post/review/tag/{id}

Path parameters

idinteger required

Query parameters

storestring required

Your REVIEWS.io public store key

apikeystring required

Your REVIEWS.io private api key

Request body

tagstring required

Review Tag

Example request

{
  "tag": "positive-review"
}

Response

OK

successboolean

Success

messagestring

Contains an error message if the tag couldn't be added.

Changes

No recorded changes to this endpoint across all 1 revision of this API.