List Pix claim logs

GET {{baseInfraUrl}}/{{version}}/pix-claim/log

Here you can list and filter all Pix Claim Logs. We return it paged.

Request Params

KeyDatatypeRequiredDescription
cursornullString used to get the next batch of results.
limitnullNumber of results per cursor. Max = 100.
fieldsnullList of strings to filter response JSON keys.
afternullFilter entities created after this date.
beforenullFilter entities created before this date.
typesnullFilter Logs by Log types.
claimIdsnullList of strings to filter Pix Claim Logs by Their Pix Claim ids.
idsnullList of strings to filter Logs by their ids.

RESPONSES

status: OK

{"cursor":"CkoKFAoHY3JlYXRlZBIJCLHpgZyj5_cCEi5qEWl-YXBpLW1zLWRpY3QtZGV2chkLEgxEaWN0Q2xhaW1Mb2cYgICAhI28ywsMGAAgAQ==","logs":[{"agent":"claimer","claim":{"accountCreated":"2022-02-02T02:59:59.999999+00:00","accountNumber":"5692908409716736","accountType":"checking","agent":"claimer","bankCode":"35547753","branchCode":"0000","claimedBankCode":"31804966","claimerBankCode":"35547753","created":"2022-05-17T19:31:21.972149+00:00","id":"5961418104897536","keyId":"postmanteste@starkbank.com","keyType":"email","name":"testKey","status":"canceled","taxId":"012.345.678-90","type":"ownership","updated":"2022-05-17T19:32:32.002810+00:00"},"created":"2022-05-17T19:32:28.894495+00:00","errors":[],"id":"5232635437645824","reason":null,"type":"canceled"},{"agent":"claimer","claim":{"accountCreated":"2022-02-02T02:59:59.999999+00:00","accountNumber":"5692908409716736","accountType":"checking","agent":"claimer","bankCode":"35547753","branchCode":"0000","claimedBankCode":"31804966","claimerBankCode":"35547753","created":"2022-05-17T19:31:21.972149+00:00","id":"5961418104897536","keyId":"postmanteste@starkbank.com","keyType":"email","name":"testKey","status":"delivered","taxId":"012.345.678-90","type":"ownership","updated":"2022-05-17T19:32:32.002707+00:00"},"created":"2022-05-17T19:32:28.706993+00:00","errors":[],"id":"6524368058318848","reason":"userRequested","type":"canceling"}]}