For the complete documentation index, see llms.txt. This page is also available as Markdown.

Headers and Body Request by Phone

End Point: https:// https://irbis.espysys.com/api/developer/real_phone

Type
Value

Content-Type

application/json

Body

Example Request:

raw (application/json)

{
  "key": "<API_Key>",
  "value": "+79017007397"
}

{

"id": 123456,

"status": "progress",

"message": "Results will be available soon. Use the API to retrieve data."

}

1.	curl -X 'POST' \
2.	  'https://irbis.espysys.com/api/developer/real_phone' \
3.	  -H 'accept: application/json' \
4.	  -H 'Content-Type: application/json' \
5.	  -d '{
6.	  "key": "<API_Key>",
7.	  "value": "+79017007397"
8.	}'

Last updated