get faqs
GET
/v1/faq
general
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/faq'
Response Response Example
{
"faqs": [
{
"id": 1,
"title": "What's a raffle?",
"description": "A raffle is a gambling competition in which people obtain numbered tickets, each ticket having the chance of winning a prize."
},
{
"id": 2,
"title": "what's a lucky number?",
"description": "A lucky number is a number that is drawn randomly."
}
],
"count": 2,
"totalPages": 1
}
Request
Query Params
page
string
optional
Example:
1