List Pix key logs

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

Get a paged list of all Pix Key Logs. A log tracks a change in the Pix Key Logs entity according to its life cycle.

Request Params

KeyDatatypeRequiredDescription
cursornullString used to get the next batch of results.
limitnullNumber of results per cursor.
fieldsnullList of strings to filter response JSON keys.
afternullFilter entities created after this date.
beforenullFilter entities created before this date.
idsnullFilter logs by log types.
typesnullList of strings to filter Pix Keys Logs by their log types.
keyIdsnullList of strings to filter Pix Key Logs by Key ids.

RESPONSES

status: OK

{"cursor":"CkgKFAoHY3JlYXRlZBIJCMb5weSh5_cCEixqEWl-YXBpLW1zLWRpY3QtZGV2chcLEgpEaWN0S2V5TG9nGICAgISC_4oIDBgAIAE=","logs":[{"created":"2022-05-17T19:27:38.430274+00:00","errors":[],"id":"6629439869812736","key":{"accountCreated":"2022-01-02T02:59:59.999999+00:00","accountNumber":"121212","accountType":"savings","bankCode":"35547753","bankName":"","branchCode":"0001","created":"2022-05-17T19:26:03.784235+00:00","id":"+551196969696","name":"Jamie Lannister","owned":"2022-05-17T19:26:03.784235+00:00","ownerType":"individual","status":"registered","tags":[],"taxId":"012.345.678-90","type":"phone"},"type":"updated"},{"created":"2022-05-17T19:26:03.881670+00:00","errors":[],"id":"4551944324513792","key":{"accountCreated":"2022-02-02T02:59:59.999999+00:00","accountNumber":"0000","accountType":"savings","bankCode":"35547753","bankName":"","branchCode":"0000","created":"2022-05-17T19:26:03.784235+00:00","id":"+551196969696","name":"Jamie Lannister","owned":"2022-05-17T19:26:03.784235+00:00","ownerType":"individual","status":"registered","tags":[],"taxId":"012.345.678-90","type":"phone"},"type":"registered"}]}