Headers and Body Request by Topick
Header
Type
Value
Content-Type
application/json
Body
Example Request:
raw (application/json)
{
"key": "<API_Key>",
"value": "No War",
"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/post' \
3. -H 'accept: application/json' \
4. -H 'Content-Type: application/json' \
5. -d '{
6. "key": "<API_Key>",
7. "value": "No War",
8. "lookupId": <LOOKUPID_VALUE>
9. }'
Last updated