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
- Type: object_meta
Optional context. Use
siteto scope to one brand. - Type: integerrows
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": [
"…",
"…"
]
}
}