Get a Dict Key by ID

GET {{baseUrl}}/{{version}}/dict-key/:keyId

Get a single DICT key by its id. This method includes keys you do not own. You can use it to retrieve a key's information before creating Transfers.

Note: Try to avoid looking up DICT keys without sending transfers afterwards, since Bacen's system will block users making too many standalone requests in a short timespan. Invalid key searches also count towards this block.

RESPONSES

status: OK

{"key":{"status":"registered","accountNumber":"6341320293482496","ownerType":"legalPerson","taxId":"20.018.183/0001-80","owned":"2020-10-26T17:45:34.671424+00:00","accountType":"checking","branchCode":"0001","ispb":"20018183","name":"Stark Bank S.A.","created":"2020-10-26T17:45:34.671424+00:00","id":"35719950-ac93-4bab-8ad6-56d7fb63afd2","type":"evp","accountCreated":"2020-03-23T23:39:15.257214+00:00"}}