Skip to content

Checking Pledges by Notification Number

Searches for a specific pledge notification by its number, via the movable property pledge notification registry (Federal Notary Chamber). Lets you get full pledge information by notification number.

URL

Method: POST

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

Request parameters

Name Type Required Description
number string Yes Pledge notification number (format: YYYY-NNN-NNNNNN-NNN)
use_proxy boolean No Use a proxy for the request

Example request

{
  "number": "2025-010-902106-798",
  "use_proxy": false
}

Request headers

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

Response

Example response

{
  "query_type": "notification_number",
  "query_value": "2025-010-902106-798",
  "found": true,
  "total": 1,
  "records": [
    {
      "notification_number": "2025-010-902106-798",
      "registration_date": "2/6/2025",
      "pledgor_name": "Константин Юрьевич Польный, 12/3/1993",
      "pledgee_name": "Information hidden from publication",
      "subject_description": "Body number: JF1-1019134"
    }
  ]
}

Response parameters

Name Type Description
query_type string Query type
query_value string Query value
found boolean Whether a pledge was 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