Skip to main content

Prerequisites

You will need:
  • Your Account SID
  • Your Auth Token
  • A mycpaas sender number

Send an SMS

curl -X POST https://developer.mycpaas.io/api/laml/2010-04-01/Accounts/{ACCOUNT_SID}/Messages.json \
  -u ACxxx:AUTH_TOKEN \
  -d "To=+491234567890" \
  -d "From=+491098765432" \
  -d "Body=Hello from mycpaas"

Migrating from Twilio or SignalWire

Just replace the base URL — everything else stays the same:
ProviderOld URLNew URL
Twilioapi.twilio.comdeveloper.mycpaas.io
SignalWireyour-space.signalwire.comdeveloper.mycpaas.io
Your existing Account SIDs and Auth Tokens remain unchanged.