Skip to content

Checking Pledges by Organization Name

Checks whether a legal entity has pledges registered by organization name, via the movable property pledge notification registry (Federal Notary Chamber). Lets you find all pledge records associated with an organization by a partial or full name match.

URL

Method: POST

  • Production: https://registry.wallet.kvell.group/reg2/pledge/check/org-name

Request parameters

Name Type Required Description
name string Yes Organization name (full or partial)

Example request

{
  "name": "САМОЛЕТ"
}

Request headers

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

Response

Example response

{
  "query_type": "org_name",
  "query_value": "САМОЛЕТ",
  "found": true,
  "total": 10,
  "records": [
    {
      "notification_number": "2026-012-682249-456",
      "registration_date": "3/19/2026",
      "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 found
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