/catalog/big-categories
List Big Categories
Get all top-level categories (e.g., Mobile Games, PC Games, Gift Cards).
حدّ المعدل80 req / 60s per user (shared across all catalog endpoints)
معاملات الاستعلام
| الاسم | النوع | مطلوب | الوصف | مثال |
|---|---|---|---|---|
| for_ui | boolean | لا | Include image URLs in the response. | true |
curl -s "https://shop2topup.com/api/endpoints/v1/catalog/big-categories?for_ui=true" \
-H "Authorization: Bearer YOUR_KEY_ID.YOUR_KEY_SECRET"{
"success": true,
"big_categories": [
{
"id": 1,
"name": "Mobile Games",
"description": "Popular mobile game top-ups"
},
{
"id": 2,
"name": "PC Games",
"description": "PC game credits and items"
}
]
}