Skip to content

Checking Pledges by a Legal Entity's OGRN

Checks whether a legal entity has pledges registered by OGRN, via the movable property pledge notification registry (Federal Notary Chamber). Exact search by the organization's primary state registration number.

URL

Method: POST

  • Production: https://registry.wallet.kvell.group/reg2/pledge/check/ogrn

Request parameters

Name Type Required Description
ogrn string Yes Legal entity's OGRN (13 digits)

Example request

{
  "ogrn": "1137746376910"
}

Request headers

Name Type Required Description
X-Api-Key string Yes Unique identifier (UUID)

Response

Example response

{
  "query_type": "ogrn",
  "query_value": "1137746376910",
  "found": true,
  "total": 7,
  "records": [
    {
      "notification_number": "2023-008-161838-508",
      "registration_date": "7/7/2023",
      "pledgor_name": "ООО СЗ ПРИГОРОД ЛЕСНОЕ",
      "pledgee_name": "ПАО СБЕРБАНК РОССИИ",
      "subject_description": "Property number: ..."
    }
  ]
}

Response parameters

Name Type Description
query_type string Query type
query_value string Query value
found boolean Whether pledges were found
total integer Number of records
records array List of pledges
records[].notification_number string Pledge notification number
records[].registration_date string Pledge registration date
records[].pledgor_name string Pledgor
records[].pledgee_name string Pledgee
records[].subject_description string Description of the pledged item