Skip to main content
POST
Open a deep link

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Headers

X-Device-Display-ID
integer<int64>
default:0
Required range: x >= 0

Path Parameters

deviceId
string
required

Body

application/json

Deep link to open (e.g. myapp://path or https://example.com/path)

Minimum string length: 1
action
string

Android only: intent action to dispatch. Defaults to android.intent.action.VIEW.

bundleId
string

Reserved for targeting a specific iOS app; currently rejected as unsupported.

packageName
string

Android only: package to receive the intent (e.g. com.example.app). Omit to let the system pick the handler.

Response

No Content