v2

latestOpenAPI 3.0.12026-07-26334612609.5 KB
DeeplinkUrls

Whitelists a mobile deeplink URL for this project environment

post/environments/{environmentId}/deeplinkUrls

Path parameters

environmentIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f

ID of the environment

Request body

urlstring required

A valid deeplink url. Accepts custom schemes. Must not include any paths. A single wildcard (*) can be used as the first subdomain.

Example request

{
  "url": "mydemoapp://*.redirect"
}

Response

Mobile deeplink URL was whitelisted successfully

idstring required
urlstring required

A valid deeplink url. Accepts custom schemes. Must not include any paths. A single wildcard (*) can be used as the first subdomain.

createdAtstring date-time required

Example response

{
  "id": "95b11417-f18f-457f-8804-68e361f9164f",
  "url": "mydemoapp://*.redirect"
}