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

Headers and Body Request by Name Lookup

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

Type
Value

Content-Type

application/json

Body

Example Request:

raw (application/json)

{
  "key": "<API_Key>",
  "value": "Sasha Petrovo",
  "lookupId": <LOOKUPID_VALUE>
}

{

"requestId": "5d60f1b7-e614-4524-bce6-174a81a2fd90",

"id": 1486,<--<RESPONCE_ID_VALUE>

"status": "progress",

"message": "Results will be available soon, Use API to retrieve Data"

}

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

Last updated