Persons
Reveal Personal ID
Get a personal ID with the id number encrypted using the fintechs provided public key. Optionally specify which personal ID configuration to use for encryption. If not specified, the oldest configured public key will be used.
get/persons/personal_ids/{personal_id_id}/reveal
Path parameters
personal_id_idstring uuid required
Example:7d943c51-e4ff-4e57-9558-08cab6b963c7
UUID for a personal identifier.
Query parameters
personal_id_configuration_idstring uuid
Example:7d943c51-e4ff-4e57-9558-08cab6b963c7
UUID of the personal ID configuration to use for encryption. If not provided, the oldest configured public key will be used.
Response
Revealed Personal ID encrypted via public key
Example response
{
"ciphertext": "eyJhbGciOiJFQ0RILUVTK0EyNTZLVyIsImVuYyI6IkEyNTZHQ00iLCJraWQiOiJyZWNpcGllbnQta2V5LWlkIn0.AAAAAAAAAA.qcT0jHQJp5MI.0mxQptHnLbmpYmVF-HPzwg.iH2aDMwuCefM_iBPxuBbJA"
}