Validate the format of User data

<Warning icon="fa-regular fa-triangle-exclamation"> **Caution – Veracity of data checked during verification** This endpoint only checks that the format of the data corresponds to that which is expected. Whether or not the data is true and correct for the specific User is checked during the user verification process when documents are submitted. </Warning> Validate the format of User data This endpoint allows you to check that the format of the `CompanyNumber` is correct and retrieve the validation rules applied to it. The `CompanyNumber` must be in the correct format for Business Legal Users to be KYC/B verified.

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token. If your platform is using a [proxy](/guides/sca/proxy-management) to take SCA-triggering action on behalf of users, you also need to integrate [mTLS authentication](/guides/sca/platform) and use the `api-mtls` base URL.

Path parameters

ClientIdstringRequired
Platform's API account identifier, associated with the API key.

Request

This endpoint expects an object.
CompanyNumberobjectOptional

Information about the registration number of a legal entity. For details, see the Company number article.

Response

Success
CompanyNumberobject

Information about the registration number of a legal entity. For details, see the Company number article.

Errors

400
Bad Request Error