GET /categories
Status codes
200
on success
Response properties
categories
: The array of category objects:id
: The category identifiername
: The category name
Example response
{
"categories": [
{
"id": "cat_KaNDv51Gh0",
"name": "Spirits"
},
{
"id": "cat_myTRpvnsNb",
"name": "Food"
}
]
}