Skip to main content
GET
/
categories
Get Categories
curl --request GET \
  --url https://api-dev.monyfix.tech/categories \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>",
    "picture": "<string>",
    "filter_name": "<string>",
    "gender_tag": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

id
required
name
string
required
picture
string | null
filter_name
string | null
gender_tag
string | null