Get Categories
cURL
curl --request GET \ --url https://api-dev.monyfix.tech/categories \ --header 'Authorization: Bearer <token>'
200
Example
[ { "id": 123, "name": "<string>", "picture": "<string>", "filter_name": "<string>", "gender_tag": "<string>" }]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response