Get GroupsAsk AIget https://edgeapi.marchex.io/marketingedge/v5/api/GroupsGets a listing of groups based on the search request.Query ParamssearchBystringFilter billing groups returned by the API.Supported options: name, status.Searching is done using StartsWith the specified criteria.criteriastringThe criteria to search by.sortBystringThe field to sort the results by. Supported options : name, status, created, updatedpageSizeint32Determines how many results will be returned in a page. If this value isn't passed, the pageSize will default to the maximum size for that collection.pageNumberint32Used to page through the results from your request. If this value is not provided, it will default to page 1.sortDirstringThe direction to display the results.Supported Options: asc, descHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsontext/plainAllowed:application/jsontext/jsontext/plainResponses 200Success 400Bad request. Please check your payload. 401Unauthorized. Please check your token or request. 404The item you are requesting was not found. 500Server ErrorUpdated about 2 months ago