Quick Start
Send your first SMS in under 5 minutes with a single curl command.
Authentication
Learn how to authenticate your requests using your Account SID and Auth Token.
Send SMS
Send SMS and MMS messages to any phone number worldwide.
Make a Call
Initiate outbound voice calls and control them with LaML XML.
Webhooks
Receive real-time notifications for inbound messages and call events.
API Reference
Full reference for all REST endpoints, parameters, and responses.
How it works
mycpaas exposes a REST API athttps://developer.mycpaas.io. Every request uses HTTP Basic Auth with your Account SID and Auth Token. All endpoints follow the Twilio LaML 2010-04-01 path format, so existing integrations work without changes.
Get your credentials
Get you Credentials and copy your Account SID and Auth Token.
Migrating from Twilio or SignalWire
mycpaas uses the same API surface as Twilio and SignalWire. To migrate, replace your existing base URL with the mycpaas endpoint:| Provider | Base URL |
|---|---|
| Twilio | https://api.twilio.com |
| SignalWire | https://your-space.signalwire.com |
| mycpaas | https://developer.mycpaas.io |

