PindoDocs
Web AppWeb

Commands

The Pindo CLI wraps the API for quick testing and account management. Run pindo --help any time to list commands.

Commands

CommandDescription
registerCreate a new Pindo account.
tokenRequest a token for using the Pindo API.
refresh-tokenRefresh an existing token.
smsSend a test message.
balanceGet account balance.
orgManage your organization.

Global options

OptionDescription
--debug / --no-debugToggle verbose debug output.
-v, --versionShow the installed version and exit.
--helpShow help for any command and exit.

pindo sms

Send a test message directly from the terminal.

pindo sms --help

Usage: pindo sms [OPTIONS]

  Send a test message

Options:
  --token TEXT   API Token
  --to TEXT      Receiver phone number (+250xxxxxx)
  --text TEXT    Message to send
  --sender TEXT  Sender name
  --help         Show this message and exit.
OptionTypeDescription
--tokenTEXTYour API token.
--toTEXTReceiver phone number, e.g. +250xxxxxxxx.
--textTEXTThe message body to send.
--senderTEXTThe sender name shown to the recipient.