List issuing card logs
GET {{baseInfraUrl}}/{{version}}/issuing-card/log
Here you can list and filter all Issuing Card Logs. We return it paged.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | String used to get the next batch of results. | |
ids | null | List of strings to filter Issuing Card Logs by Log ids. | |
fields | null | Fields to be retrieved. | |
limit | null | Number of results per cursor. Max = 100. | |
after | null | Filter entities created after this date. | |
before | null | Filter entities created before this date. | |
types | null | Filter logs by log types. | |
cardIds | null | List of IssuingCard IDs to filter logs. |
RESPONSES
status: OK
{"cursor":"ClMKFAoHY3JlYXRlZBIJCN7Qmdip5_cCEjdqGGR-YXBpLW1zLWNhcmQtaXNzdWVyLWRldnIbCxIOSXNzdWluZ0NhcmRMb2cYgICA5JjDrQgMGAAgAQ==","logs":[{"card":{"binId":"53810202","city":"Sao Paulo","created":"2022-05-17T20:00:37.619527+00:00","displayName":"Updated Holder","district":"Bela Vista","expiration":"****-**-**T**:**:**.******+00:00","holderExternalId":"my-entity/123","holderId":"4843929958612992","holderName":"Tony Stark","holderTaxId":"012.345.678-90","id":"5701684319748096","number":"**** **** **** 3714","rules":[{"amount":900000,"currencyCode":"BRL","id":"6533407823626240","interval":"week","name":"Example Rule"}],"securityCode":"***","stateCode":"SP","status":"canceled","streetLine1":"Av. Paulista, 200","streetLine2":"Apto. 123","tags":["technology"],"type":"virtual","updated":"2022-05-17T20:01:38.636960+00:00","zipCode":"01311-200"},"created":"2022-05-17T20:01:37.012860+00:00","id":"5716316736454656","type":"canceled"},{"card":{"binId":"53810202","city":"Sao Paulo","created":"2022-05-17T20:00:37.619527+00:00","displayName":"Updated Holder","district":"Bela Vista","expiration":"****-**-**T**:**:**.******+00:00","holderExternalId":"my-entity/123","holderId":"4843929958612992","holderName":"Tony Stark","holderTaxId":"012.345.678-90","id":"5701684319748096","number":"**** **** **** 3714","rules":[{"amount":900000,"currencyCode":"BRL","id":"6533407823626240","interval":"week","name":"Example Rule"}],"securityCode":"***","stateCode":"SP","status":"active","streetLine1":"Av. Paulista, 200","streetLine2":"Apto. 123","tags":["technology"],"type":"virtual","updated":"2022-05-17T20:01:38.636125+00:00","zipCode":"01311-200"},"created":"2022-05-17T20:01:25.538910+00:00","id":"4703820475006976","type":"updated"}]}