Winsms
Connector for the winsms API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://www.winsms.co.za/api/rest/v1 - Auth:
header:AUTHORIZATION(pass your key via theapiKeyinput)
Operations
getcreditbalance— GET /credits/balance — Get your current WinSMS credit balance-
getshortcodemessages— GET /shortcode/incoming — Get a list of incoming short/long code messages -
getincomingmessages— GET /sms/incoming — Get a list of incoming SMS messages getoptoutmessages— GET /sms/incoming/optout — Get a list of incoming opt-out SMS messagesgetscheduledmessages— GET /sms/scheduled — Get a list of scheduled SMS messagesgetsubaccounts— GET /subaccounts — Get a list of all Sub Accounts.
Inputs
apiKey— your winsms API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getcreditbalance
apiKey: <your key>