Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET "https://api.usegately.com/api/v1/help/categories" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "categories": [ { "id": "cat_123", "name": "Getting Started", "description": "Learn the basics", "icon": "rocket", "article_count": 5 }, { "id": "cat_456", "name": "Billing", "description": "Payment and subscription help", "icon": "credit-card", "article_count": 3 } ] }
Get help article categories
Was this page helpful?