List account contactsAsk AIget https://api2.frontapp.com/accounts/{account_id}/contactsLists the contacts associated with an Account Required scope: contacts:readPath Paramsaccount_idstringrequiredDefaults to acc_123The Account ID. Alternatively, you can supply the account domain or external ID as a resource alias.Query Paramspage_tokenstringToken to use to request the next pagelimitinteger≤ 100Max number of results per pagesort_bystringField used to sort the contacts. Either created_at or updated_at.sort_orderstringenumOrder by which results should be sortedascascdescAllowed:ascdescResponse 200Array of contactsUpdated 2 months ago