# 5.7 Get Category By Id

**Request**

| Method | URL                        |
| ------ | -------------------------- |
| GET    | /categories/{category\_id} |

\ <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>            }</p><p>        ]</p><p>    }</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>
