Skip to main content
GET
Get available prompts.

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 prompts are being requested.

deviceType
enum<string>

Optional filter to return prompts specific to the given device type.

Available options:
Mobile,
Web

Response

Success

prompts
object[] | null

Collection of available prompts

Last modified on August 10, 2026