# 27. Получение паспортных данных самозанятого в Системе МОНЕТА.РУ

[**https://my.payanyway.ru/npdapi/getuserdocs**](https://my.payanyway.ru/npdapi/getuserdocs)

Принимаемые параметры:

* key - (security\_key) (строка, до 32-х символов).
* phone - номер телефона в формате: код страны, код оператора, номер.
* signature - подпись запроса, формируется как md5 хэш от значений передаваемых параметров (кроме параметра key), отсортированных в алфавитном порядке ключей, конкатенированных с secret\_key. Например, для запроса /sendsms подпись будет проверяться по формуле: md5(phone + secret\_key\_value), где знак “+” - конкатенация строк.

Ответ на запрос:

* docs - данные сохраненного ранее документа.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.payanyway.ru/marketplace/samozanyatye/zaprosy-dlya-raboty-s-fns/16.-poluchit-ranee-sokhranennye-v-sisteme-moneta.ru-dannye-pasporta-samozanyatogo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
