Get all the needed information for faqs page of the shop
Query parameters
-
key string
GET /v2/public/shops/{shopId}/faqs
curl \
-X GET https://dev.sellpass.io/v2/public/shops/{shopId}/faqs \
-H "Authorization: $API_KEY"
Response examples (200)
{
"data": {
"faqs": [
{
"id": 42,
"question": "string",
"answer": "string",
"position": 42
}
]
},
"message": "string",
"errors": [
"string"
],
"log": "string"
}
Response examples (200)
{
"data": {
"faqs": [
{
"id": 42,
"question": "string",
"answer": "string",
"position": 42
}
]
},
"message": "string",
"errors": [
"string"
],
"log": "string"
}