Checking a Client's Employer Against the Blacklist
Checks a client's employer against blacklists. Lets you identify companies with a negative reputation or that are on sanctions lists.
URL
Method: POST
- Production:
https://registry.wallet.kvell.group/reg2/client/employer/check
Request parameters
| Name |
Data type |
Required |
Description |
name |
string |
No |
Organization name |
inn |
string |
No |
Organization INN |
Request example
{
"name": "ООО Веселая Долина",
"inn": "5272307090"
}
| Name |
Data type |
Required |
Description |
X-Api-Key |
string |
Yes |
Unique identifier (UUID) |
Response
Response example
Response parameters
| Name |
Data type |
Description |
statusVerification |
string |
Check status: VALID / INVALID |
employees |
array |
Matches found |