action winsms_get_credit_balance { label: "Get your current WinSMS credit balance" description: "Get the current remaining credit balance for the account.\n\n***Note*** - The credit balance is expressed as a value with a single decimal place.\n" provider: winsms method: GET path: "/credits/balance" encoding: json output: { type: "object" additionalProperties: true } }