GET
/views.openOpen a view for a user
Opens a view for a user by exchanging a trigger for the supplied view payload. Pass view as a JSON-encoded view string together with the trigger_id that authorizes the interaction.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
trigger_idstringrequired
Trigger identifier to exchange for permission to post the view to the user.
viewstringrequired
JSON-encoded view payload describing the view to open.
tokenstringrequired
Authentication token for the request; this method requires the `none` scope.
200Returns an object containing `ok` set to true and the opened view payload when available.
okbooleanrequired
defaultTypical error response, before getting to any possible validation errors.
okbooleanrequired
Error handling
token must be supplied with the none scope, and both trigger_id and view are required. view must contain a JSON-encoded view payload.