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
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | String used to get the next batch of results. | |
limit | null | Number of results per cursor. | |
fields | null | List of strings to filter response JSON keys. | |
after | null | Filter entities created after this date. | |
before | null | Filter entities created before this date. | |
ids | null | Filter logs by log types. | |
types | null | List of strings to filter Pix Keys Logs by their log types. | |
keyIds | null | List 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"}]}