listFaqs
GET
/api/faqs/
AppInfo
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/faqs/'
Response Response Example
200 - Example 1
[
{
"question": "string",
"answer": "string"
}
]
Request
None