---
title: "Get all the whitelisted mobile deeplink URLs for a project environment"
method: GET
path: "/environments/{environmentId}/deeplinkUrls"
tags: ["DeeplinkUrls"]
---

# Get all the whitelisted mobile deeplink URLs for a project environment

`GET /environments/{environmentId}/deeplinkUrls`

## Path parameters

- `environmentId` string, required

## Response `200`

List of whitelisted mobile deeplink URLs for this project environment

- DeeplinkUrlsResponse
  - `deeplinkUrls` DeeplinkUrlResponse[], required
    - `id` string, required
    - `url` string, required — A valid deeplink url. Accepts custom schemes. Must not include any paths. A single wildcard (*) can be used as the first subdomain.
    - `createdAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/dynamic/apis/dashboard-api.md) · [All operations](https://skmtc.net/dynamic/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dynamic/dashboard-api/revisions/aac826315d90/schema)
