v1

latestOpenAPI 3.0.02026-07-24283460.8 KB
Reviews and Questions

Create a new Question

post/questions/store

Query parameters

storestring required

Your REVIEWS.io public store key

apikeystring required

Your REVIEWS.io private api key

Request body

grouping_hashstring required

Product Identifier

namestring required

Author Name

emailstring required

Authors email address

questionstring required

Question

urlstring

URL of the page where the question was collected, for example: product page url

Example request

{
  "grouping_hash": "PR-123",
  "name": "Jane Doe",
  "email": "author@domain.com",
  "question": "What type of material is this made from?",
  "url": "https://example.com"
}

Response

OK