action winsms_get_short_code_messages { label: "Get a list of incoming short/long code messages\n" description: "***Only available to users with a [WinSMS Short/Long Code](https://support.winsms.co.za/winsms-long-short-code-system/).***\nGet a list of all incoming short/long code messages received by the account.\n\nOnly the first 100 incoming short/long code messages will be returned if no ***offset*** and ***limit*** parameters are specified.\n" provider: winsms method: GET path: "/shortcode/incoming" encoding: json input: { type: "object" properties: { limit: { type: "string" } offset: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }