Trending questions

What readers are asking across your site. Use it on a homepage, a section front, or an empty search box.

Body·
required
application/json
  • _meta
    Type: object

    Optional context. Use site to scope to one brand.

  • rows
    Type: integer

    How many questions to return.

Responses
  • application/json
Request Example for post/v1/ask/trending_questions
curl 'https://api.askmiso.com/v1/ask/trending_questions?api_key=YOUR_SECRET_TOKEN' \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "rows": 10
}'
{
  "data": {
    "miso_id": "b7c9…",
    "related_questions": [
      "…",
      "…"
    ]
  }
}