POST /self/{shopId}/faqs

POST /self/{shopId}/faqs

Path parameters

application/json

Body

Responses

POST /self/{shopId}/faqs
curl \
 -X POST https://dev.sellpass.io/self/{shopId}/faqs \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"question":"string","answer":"string"}'
Request example
{
  "question": "string",
  "answer": "string"
}