List ConsumersAsk AIget https://api.zype.com/consumersQuery ParamsidstringFilter by ID Example: id=5992f328ce593000ef000008created_atstringFilter records by created date using times in ISO8601 format (Example: 2017-01-01T00:00:00-00:00) or Unix timestamps (Example: 1483228800) Note: Range filters can be applied by adding a suffix: ‘.gt’, ‘.gte’, ‘.lt’, ‘lte’ (Example: created_at.gte)updated_atstringFilter records by updated at date using times in ISO8601 format (Example: 2017-01-01T00:00:00-00:00) or Unix timestamps (Example: 1483228800) Note: Range filters can be applied by adding a suffix: ‘.gt’, ‘.gte’, ‘.lt’, ‘lte’ (Example: updated_at.gte)qstringFilter by keywordorderstringenumFilter by ascending or descending orderascdescAllowed:ascdescsortstringSort on the specified fieldpageintegerPage number to return, with per_page dictating page sizeper_pageintegerNumber of records to return per pagebraintree_idstringFilter by the consumer's Braintree IDrecurly_codestringFilter by the consumer's Recurly Codestripe_idstringFilter by the consumer's Stripe IDemailstringFilter by the consumer's emailpassword_tokenstringFilter by the consumer's password tokenrss_tokenstringFilter by the consumer's RSS tokenpass_countintegerFilter consumers by the number of pass plans that have been purchased or redeemed. Note: Range filters can be applied by adding a suffix: ‘.gt’, ‘.gte’, ‘.lt’, ‘lte’ (Example: pass_count.gte = 1)playlist_countintegerFilter consumers by the number of playlists they are entitled to watch via purchase or pass plan. Note: Range filters can be applied by adding a suffix: ‘.gt’, ‘.gte’, ‘.lt’, ‘lte’ (Example: playlist_count.gte = 1)remember_tokenstringThe password token to use during remember login workflowssign_in_countintegerFilter consumers by the number of times they have signed in. Note: Range filters can be applied by adding a suffix: ‘.gt’, ‘.gte’, ‘.lt’, ‘lte’ (Example: sign_in_count.gte)last_sign_in_atstringFilter records by last_sign_in_at using times in ISO8601 format (Example: 2017-01-01T00:00:00-00:00) or Unix timestamps (Example: 1483228800) Note: Range filters can be applied by adding a suffix: ‘.gt’, ‘.gte’, ‘.lt’, ‘lte’ (Example: last_sign_in_at.gte)current_sign_in_atstringFilter records by current_sign_in_at using times in ISO8601 format (Example: 2017-01-01T00:00:00-00:00) or Unix timestamps (Example: 1483228800) Note: Range filters can be applied by adding a suffix: ‘.gt’, ‘.gte’, ‘.lt’, ‘lte’ (Example: current_sign_in_at.gte)termsbooleanBoolean field to indicate if the consumer has agreed to terms and conditionstruefalseupdatesbooleanBoolean field to indicate if the consumer has agreed to receive updatestruefalsevideo_countintegerFilter records by video count Note: Range filters can be applied by adding a suffix: ‘.gt’, ‘.gte’, ‘.lt’, ‘lte’ (Example: video_count.gte = 3)transaction_countintegerFilter consumers by their number of transactions. Note: Range filters can be applied by adding a suffix: ‘.gt’, ‘.gte’, ‘.lt’, ‘lte’ (Example: transaction.gte = 3)payment_providerstringenumFilter records by payment provider.stripebraintreerecurlyredemptionthird_partyamazon_firegoogle_playitunessamsungtizenrokuShow 11 enum valuescustomstringFilter records by custom attribues + Example: custom[weight]=100Responses 200 422Unprocessable entityUpdated 7 months ago