# Headers and Body Request  by Instagram ID WebScan

## Header

<table><thead><tr><th>Type</th><th width="374">Value</th></tr></thead><tbody><tr><td>Content-Type</td><td>application/json</td></tr></tbody></table>

## Body

Example Request:

*raw (application/json)*

{% tabs %}
{% tab title="Example Request:" %}

```
{
  "key": "<API_Key>",
  "value": "Instagram ID",
  "lookupType": "instanavigation_person",
  "lookupId": <LOOKUPID_VALUE>
}
```

{% endtab %}

{% tab title="Response Body" %}
{

&#x20; "requestId": "5d60f1b7-e614-4524-bce6-174a81a2fd90",

&#x20; "id": 1486,<--\<RESPONCE\_ID\_VALUE>

&#x20; "status": "progress",

&#x20; "message": "Results will be available soon, Use API to retrieve Data"

}
{% endtab %}

{% tab title="CURL" %}

<pre><code>1.	curl -X 'POST' \
2.	  'https://irbis.espysys.com/api/developer/combined_id' \
3.	  -H 'accept: application/json' \
4.	  -H 'Content-Type: application/json' \
5.	  -d '{
6.	  "key": "&#x3C;API_Key>",
7.	  "value": "Instagram ID",
<strong>8.     "lookupType": "instanavigation_person",
</strong>9.	  "lookupId": &#x3C;LOOKUPID_VALUE>
10.	}'

</code></pre>

{% endtab %}
{% endtabs %}
