Interactive
API Playground
Explore the thefaq.app REST API with live requests against our demo organization. No API key or sign-up required.
GET
/api/v1/{org}/categoriesRetrieve all FAQ categories for an organization.
Parameters
https://app.thefaq.app/api/v1/demo/categories?includeEmpty=true&limit=10
cURL
curl "https://app.thefaq.app/api/v1/demo/categories?includeEmpty=true&limit=10" \ -H "Authorization: Bearer YOUR_API_KEY"
This playground uses our demo organization with sample data. Read the full API docs or create your account to use your own data.