LithosPOS
  1. Catalogues
LithosPOS
  • Online Ordering
    • Getting Started
    • Catalogues
      • categories
        GET
      • tables
        GET
      • items
        GET
      • items by category
        GET
    • Customers
      • customers
  1. Catalogues

categories

Developing
GET
/categories

Request

Authorization
Add the parameter
Authorization
to Headers
,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Query Params

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/categories?offset=0&limit=10' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "data": [
        {
            "Id": 0,
            "Name": "string",
            "ImageId": null,
            "Count": 0
        }
    ],
    "info": {
        "count": 0,
        "limit": 0,
        "offset": 0,
        "total": 0
    }
}
Modified at 2025-08-01 10:32:30
Previous
Getting Started
Next
tables
Built with