Skip to content

Get FAQ Info

Fetches a list of FAQs to help users understand the platform and resolve common issues.

POST/misc/v1/faq
Terminal window
curl -X POST https://api.juspredict.com/misc/v1/faq \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{}'
{
"status": { "type": "SUCCESS" },
"faqs": [
{
"question": "How do I place a prediction?",
"answer": "Go to the Gaming tab and select an active event...",
"sequence": 1,
"category": 1
}
]
}
FieldTypeDescription
statusStatusOperation status.