cURL
curl --request POST \ --url https://{host}/Agent/Legal/ValidatePNr \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "countryCode": "<string>", "pnr": "<string>" } '
{ "countrySupported": true, "isValid": true, "normalized": "<string>" }
Allows the client to validate a personal number before using it to apply for a Legal Identity.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success