Skip to main content
GET
Get URL to prompt web view.

Authorizations

Authorization
string
header
required

Opaque Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Query Parameters

memberId
string

Unique identifier of the member whose prompt URL is being requested.

deviceType
enum<string>

Optional filter to return a prompt URL specific to the given device type.

Available options:
Mobile,
Web

Response

Success

url
string | null

An URL to the prompt view.

Last modified on August 10, 2026