Path parameters
-
shopId
integer(int32) Required
application/json
POST
/self/{shopId}/faqs
cURL (application/json)
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/faqs' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"question":"string","answer":"string"}'
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/faqs' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/faqs' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
Request examples
{
"question": "string",
"answer": "string"
}
Request examples
{
"question": "string",
"answer": "string"
}
Request examples
{
"question": "string",
"answer": "string"
}