GET
/
filters
List filters
curl --request GET \
  --url https://api.vollna.com/v1/filters \
  --header 'X-API-TOKEN: <api-key>'
{
  "data": [
    {
      "id": 123,
      "name": "<string>"
    }
  ]
}

Authorizations

X-API-TOKEN
string
header
required

API token for authentication

Response

200
application/json

Successful operation

The response is of type object.