List available filters

GET
/filters
Authorization<token>

API key as Bearer token: Authorization: Bearer

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://terac.com/api/external/v2/filters"
{
  "data": [
    {
      "slug": "string",
      "name": "string",
      "type": "string",
      "category": "string",
      "operators": [
        "string"
      ],
      "min": 0,
      "max": 0,
      "options_url": "string"
    }
  ]
}
{
  "code": "UNAUTHORIZED",
  "message": "Authorization not provided",
  "issues": []
}
{
  "code": "FORBIDDEN",
  "message": "Insufficient access",
  "issues": []
}
{
  "code": "INTERNAL_SERVER_ERROR",
  "message": "Internal server error",
  "issues": []
}