Authorization headerstore permissioncommunityID401 if the key is missing, invalid, or expired403 if the key does not include the store permissioncategoryID must be a valid category identifier accepted by the source store servicefields is a comma-separated projection using selectable category fields400404 when the source service reports not found502{ "path": "/categories/507f1f77bcf86cd799439021", "query": "?fields=name,displayOrder" }curl --location --request GET 'https://api.returning.ai/v1/categories/507f1f77bcf86cd799439021?fields=name,displayOrder' \
--header 'Authorization: Bearer XXXXXX'{
"meta": {
"status": "success",
"statusCode": 200
},
"message": "Read category success.",
"data": {
"_id": "507f1f77bcf86cd799439021",
"communityID": "6502c9e514a3e564c5c09c0a",
"name": "Premium Rewards",
"coverImage": "https://example.com/category.png",
"shouldShowCover": true,
"isArchived": false,
"viewType": "full",
"displayOrder": 0,
"categoryPermission": [],
"defaultPurchaseStatusID": "650906d314a3e564c56f3450",
"createdAt": "2026-04-28T00:00:00.000Z",
"updatedAt": "2026-04-28T00:00:00.000Z"
}
}