OGRN Validation (Format)
Checks the primary state registration number (OGRN/OGRNIP) by its check digit.
URL
Method: GET
- Production:
https://registry.wallet.kvell.group/reg2/validation/ogrn
Request parameters
| Name |
Data type |
Required |
Description |
ogrn |
string |
Yes |
OGRN (13 digits) or OGRNIP (15 digits) |
Request example
GET https://registry.wallet.kvell.group/reg2/validation/ogrn?ogrn=1027700132195
| Name |
Data type |
Required |
Description |
X-Api-Key |
string |
Yes |
Unique identifier (UUID) |
Response
Response example
Response parameters
| Name |
Data type |
Description |
valid |
boolean |
Validation result |
message |
string |
Description of the result |