Get FAQ Info
Fetches a list of FAQs to help users understand the platform and resolve common issues.
Endpoint
Section titled “Endpoint”POST
/misc/v1/faqRequest Body
Section titled “Request Body”curl -X POST https://api.juspredict.com/misc/v1/faq \-H 'Authorization: Bearer YOUR_TOKEN' \-H 'Content-Type: application/json' \-d '{}'{}Response Body
Section titled “Response Body”{"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}]}{"status": {"type": "ERROR","details": [ { "code": "401", "message": "Unauthorized access token." }]}}Response Fields
Section titled “Response Fields”| Field | Type | Description |
|---|---|---|
status | Status | Operation status. |