Retrieve all questions

Retrieve all Questions for the designated account per Yotpo account API key.
To return only new questions, query the status_type as status_type=new
new_questions refers to questions that are unanswered and have not been archived.

👍

How to use this endpoint

  • For example responses, click the relevant status code on the right.

Retrieving new questions

To return only new questions, query the status_type as status_type=new

  • new_questions refers to questions that are unanswered and have not been archived.
GET: https://api.yotpo.com/apps/app_key/questions.json?utoken=your_utoken&status_type=new&count=1&page=1
Language