action winsms_get_optout_messages { label: "Get a list of incoming opt-out SMS messages" description: "Get a list of all opt-out SMS messages received by the account, as well as all manually added opt-out numbers.
" provider: winsms method: GET path: "/sms/incoming/optout" encoding: json output: { type: "object" additionalProperties: true } }