Skip to main content
GET
/
filters
Get Filters
curl --request GET \
  --url https://api-dev.monyfix.tech/filters \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

product_price
string | null
round_price__from
round_price__to
round_fill
enum<string> | null
Available options:
low,
medium,
high
round_type
string | null
question_category
string | null
product_category
string | null
event_category
string | null
lat_min
number | null
lat_max
number | null
lon_min
number | null
lon_max
number | null
order_by
string | null

Response

Successful Response