Skip to content

FAQ API

Returns published FAQ items, optionally filtered by section.

Terminal window
# All published FAQs
curl https://admin.deploymonkey.com/api/v1/faq
# Filter by section
curl https://admin.deploymonkey.com/api/v1/faq?section=pricing
ParameterTypeDefaultDescription
sectionstringFilter by section: pricing, general, or technical
{
"success": true,
"faqs": [
{
"id": 1,
"question": "Do I need my own server?",
"answer": "Yes. Deploy Monkey manages Odoo on your server...",
"section": "general"
},
{
"id": 2,
"question": "Can I cancel anytime?",
"answer": "Yes! All plans are month-to-month with no contracts...",
"section": "pricing"
}
]
}
FieldTypeDescription
idintegerFAQ ID
questionstringThe question
answerstringThe answer
sectionstringSection category: pricing, general, or technical
ValueDescription
pricingBilling, plans, and payment questions
generalGeneral product questions
technicalTechnical and infrastructure questions