---
title: "Whitelists a mobile deeplink URL for this project environment"
method: POST
path: "/environments/{environmentId}/deeplinkUrls"
tags: ["DeeplinkUrls"]
---

# Whitelists a mobile deeplink URL for this project environment

`POST /environments/{environmentId}/deeplinkUrls`

## Path parameters

- `environmentId` string, required

## Request body

- AddDeeplinkUrlRequest
  - `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.

## Response `201`

Mobile deeplink URL was whitelisted successfully

- DeeplinkUrlResponse
  - `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

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `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)
