Get an issuing card log by ID
GET {{baseInfraUrl}}/{{version}}/issuing-card/log/:logId
Get a single Issuing Card Log by its id.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | null | Filter entities created before this date. |
RESPONSES
status: OK
{"log":{"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"}}