curl -X GET "https://api.usegately.com/api/v1/help/categories/cat_123/articles" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"success": true,
"articles": [
{
"id": "art_123",
"title": "How to Get Started",
"excerpt": "Learn how to set up your account...",
"view_count": 150,
"helpful_count": 45,
"published_at": "2024-01-15T10:30:00Z"
}
]
}
Get articles in a category
curl -X GET "https://api.usegately.com/api/v1/help/categories/cat_123/articles" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"success": true,
"articles": [
{
"id": "art_123",
"title": "How to Get Started",
"excerpt": "Learn how to set up your account...",
"view_count": 150,
"helpful_count": 45,
"published_at": "2024-01-15T10:30:00Z"
}
]
}
curl -X GET "https://api.usegately.com/api/v1/help/categories/cat_123/articles" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"success": true,
"articles": [
{
"id": "art_123",
"title": "How to Get Started",
"excerpt": "Learn how to set up your account...",
"view_count": 150,
"helpful_count": 45,
"published_at": "2024-01-15T10:30:00Z"
}
]
}
Was this page helpful?