Returns an array of all Item filters.
Username = api_key_id, Password = api_key_secret
[
{
"name": "Candidate for new car loan fields supported",
"filters": {
"field_coverage": {
"gigs": { "distance": { "supported": true } },
"vehicles": { "year": { "supported": true } }
}
}
},
{
"name": "Deposit switching supported",
"filters": {
"direct_deposit_switch": {
"deposit_account": { "supported": { "eq": true } }
}
}
}
]