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
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
}
]
}
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
}
]
}
Was this page helpful?