Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 406 Bytes

show-categories.md

File metadata and controls

34 lines (24 loc) · 406 Bytes

Show Categories

Returns a list of Categories.

URL : /api/v{:apiVersion}/categories

Method : GET

Authorization : Bearer Token

Success Response

Code : 200 OK

Content Example :

[
    {
        "id": 1,
        "name": "Phone"
    },
    {
        "id": 2,
        "name": "Computer"
    },
    {
        "id": 3,
        "name": "Home & Kitchen"
    }
]