Get All CardsAsk AIget https://api.zwitch.io/v1/cardsUse this API to get a list of all cards created by you.Query Paramsstart_afterstringThe card_id after which details should be returned.Use this with the results_per_page for pagination.Example: car_R3vZeT6beATdmgD58m1Rcvavfstart_beforestringThe card_id before which details should be returned.Use this with the results_per_page for pagination.Example: car_R3vZeT6beATdmgD58m1Rcvavfresults_per_pagestringDefaults to 10The number of results you want to get per API call.Use this with the start_before or start_after parameters for pagination.Default value 10.Maximum value 100.Example: 15from_datestringHas to be used with to_date.The UNIX timestamp after which details should be returned.Use this with the results_per_page, start_after, and start_before for pagination.Example: 1651052818to_datestringHas to be used with from_date. The UNIX timestamp before which details should be returned.Use this with the results_per_page, start_after, and start_before for pagination.Example: 1651052818account_idstringUnique identifier of the account in the ZWITCH database. Use this query parameter to get a list of cards issued for an account.Example: sa_sbmnfZPN2ljjqaPTRCtmNaMKmAVFResponses 200200 401401Updated about 2 years ago