v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBKeys
Get key
Searches for a DICT key entry returning the owner information.
post/v2/pix/keys/search
Headers
Authorizationstring required
Example:Bearer eyJhbGci...IUzUx
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
Request body
Example request
{
"key": "email@email.com"
}Response
OK
Example response
{
"org_id": "TN-cc8f8b89-233a-4582-9f36-63ee85278d6d",
"account_id": 6912345,
"key": "email@email.com",
"key_type": "EMAIL",
"bank_account": {
"participant": "00115678",
"account_number": "98765432",
"account_type": "TRAN",
"branch": "011",
"opening_datetime": "2020-08-13T13:49:03Z"
},
"owner": {
"document_number": "7777888hh",
"name": "Jerry Atrick",
"type": "NATURAL_PERSON",
"trade_name": "Acme Widgets"
},
"creation_datetime": "2020-08-13T13:49:03Z",
"ownership_datetime": "2020-08-13T13:49:03Z",
"correlation_id": "c737895c-8159-4c0c-a92a-a4f8600bff37",
"claim_requested_datetime": "2020-08-13T13:49:03Z"
}