views push
GET {{baseUrl}}/views.push?trigger_id=<string>&view=<string>
Push a view onto the stack of a root view.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
trigger_id | string | (Required) Exchange a trigger to post to the user. | |
view | string | (Required) A view payload. This must be a JSON-encoded string. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
token | string | (Required) Authentication token. Requires scope: none |
RESPONSES
status: OK
{"ok":"\u003cboolean\u003e"}