---
title: "Create a new Question"
method: POST
path: "/questions/store"
tags: ["Reviews and Questions"]
---

# Create a new Question

`POST /questions/store`

## Query parameters

- `store` string, required
- `apikey` string, required

## Request body

- Question — Question for a product
  - `grouping_hash` string, required — Product Identifier
  - `name` string, required — Author Name
  - `email` string, required — Authors email address
  - `question` string, required — Question
  - `url` string — URL of the page where the question was collected, for example: product page url

## Response `200`

OK

---

[API](https://skmtc.net/reviews/apis/reviews-io-api.md) · [All operations](https://skmtc.net/reviews/apis/reviews-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reviews/reviews-io-api/versions/ea87e0d855cc/schema)
