# 200 IPID document returned

Updated about 1 month ago

---

## Base URL

```
https://api.uat.laka.co/v3/policies/{policyId}/ipid
```

## Example Request

```
curl --request GET \
     --url https://api.uat.laka.co/v3/policies/policyId/ipid \
     --header 'accept: application/json'
```

## Response Format

```json
{
  "status": "200",
  "message": "Updated about 1 month ago"
}
```
