List allAsk AIget https://api.cardda.com/v1/banking/bank_keysReturns a list of bank keysQuery Params_startinteger≥ 0If all the transactions where in an array, this would represent the index of the first item returned in the response_endinteger≥ 0If all the transactions where in an array, this would represent the index of the last item returned in the response_orderstringenumThe order method, which can be ascending or descendingascdescAllowed:ascdesc_fieldstringThe field used to sort, the example illustrates a response that would be sorted by the creation daterutstringOnly as an example of filtering results that have a rut equal to the given. For more detailed explanation, go to the How to filter results section.statusstringOnly as an example of filtering results that have an status different from declined. For more detailed explanation, go to the How to filter results section.Responses 200Paginated list of bank keys that the current user has access, default 25 per page but can be modified through the _end and _start params. 401UnauthorizedUpdated 7 months ago