Profile consent preferenceAsk AIpost https://api.eu.xtremepush.com/api/external/list/consent-preference-profileGet consent preferences information for a specific user profileBody ParamsapptokenstringrequiredYour app tokenorderarray of stringsOrder the results in either ascending or descending order based on any of the params, eg. ["name"] or ["update_time DESC"]orderADD stringselectarray of stringsSelect what attributes to return, eg. ["name", "profile_id", "update_time"]selectADD stringconditionjsonFilter the user profiles based on some criteria, eg. [ ["user_id", "=", "USER_ID"] ,["status", "=", 0], ["update_time", ">", "1717229073"]limitint32Used with offset for pagination, eg. "limit": 50, "offset": 0 returns a max of 50 results starting at position 0offsetint32Used with limit for paginationResponses 200200 400400Updated 5 months ago