> For the complete documentation index, see [llms.txt](https://api-docs.espysys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.espysys.com/phone-validation-request-optional/headers-and-body.md).

# Headers and Body

## 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>",
  "lookupId": <LOOKUPID_VALUE>,
  "searchResultId": <RESPONCE_ID_VALUE>
}
```

{% endtab %}

{% tab title="Response Body" %}

```json
{
  "requestId": "<internal ID - Not For Usage!>",
  "id": 196846,  <--<RESPONCE_ID_VALUE>
  "status": "progress",
  "message": "Results will be available soon, Use API to retrieve Data"
}
```

{% endtab %}

{% tab title="CURL" %}

```
'https://irbis.espysys.com/api/developer/phone_lookup_verification' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "key": "<API_Key>",
  "lookupId": <LOOKUPID_VALUE>,
  "searchResultId": <RESPONCE_ID_VALUE>
}'
```

{% endtab %}
{% endtabs %}
