v1

latestOpenAPI 3.0.02026-07-2464438356.8 KB
Utilities

Validate a Bre-B key

Validate a Bre-B key and return linked holder information if found.

get/api/utilities/validations/bre-b

Query parameters

keyValuestring required
Example:@CB123456789

The Bre-B key value to validate

Response

Validation result: success with holder details when key is found, or failure when not found

OR

Example response

{
  "holderIdNumber": "123456789",
  "holderName": "Juan Pérez"
}