Introduction
Filter
list
endpoints may allow filters. Apply one or more filters using query parameters.
Example
The below request will exclude system accounts and include accounts where payments are enabled.
curl --location \
--request GET 'https://api.wafeq.com/v1/accounts/?is_system=false&is_payment_enabled=true' \
--header 'Authorization: Api-Key <api_key>'