# 5.6 Get Category

**Request**

| Method | URL         |
| ------ | ----------- |
| GET    | /categories |

**Query Params**

name (Optional): Filter members by name.

page (Optional): Page number for pagination.

size (Optional): Number of items per page for pagination.

<br>

**Response**

| Status | Response                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 200    | <p><br></p><p>{</p><p>    "status": true,</p><p>    "data": {</p><p>        "items": \[</p><p>            {</p><p>                "name": "test555",</p><p>                "order": 1,</p><p>                "updatedDate": "2024-01-09T08:36:10.096412",</p><p>                "is\_active": true,</p><p>                "id": 67,</p><p>                "merchant\_id": 1,</p><p>                "createdDate": "2024-01-09T08:36:10.096412",</p><p>                "deletedDate": null,</p><p>                "products": \[]</p><p>            },</p><p>            {</p><p>                "name": "test",</p><p>                "order": 1,</p><p>                "updatedDate": "2024-01-10T14:14:54.368721",</p><p>                "is\_active": true,</p><p>                "id": 68,</p><p>                "merchant\_id": 60,</p><p>                "createdDate": "2024-01-10T14:14:54.368721",</p><p>                "deletedDate": null,</p><p>                "products": \[]</p><p>            },</p><p>    },</p><p>    "page": 1,</p><p>    "size": 10,</p><p>    "total\_size": 12</p><p>}</p><p><br><br></p> |
| 403    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 400    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 401    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 401    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| 500    | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |

<br>
