# 200 All deeplinks

**Updated about 1 month ago**

---

## Base URL

`https://api.uat.laka.co/v3/deeplinks`

### Example Request

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

### Response

```json
{
  "status": 200,
  "message": "Success"
}
```
