Get Categories
Retrieves a list of all active categories for the authenticated client.
Endpoint
GET /api/categoriesAuthentication
Response
{
"categories": [
{
"_id": "string",
"name": "string"
}
]
}{
"error": "Internal server error"
}Last updated