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.
1
Get your credentials
Get you Credentials and copy your Account SID and Auth Token.
2
Make your first API call
Use your credentials to send an SMS or initiate a call via the REST API.
3
Set up webhooks
Configure a webhook URL on your account to receive inbound messages and call status updates in real time.
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:
No other code changes are required. Your Account SID, Auth Token, and all API paths remain the same structure.

