Skip to main content
myCPaas.io is a European cloud communications platform that gives you full SMS and Voice capabilities through a REST API that is fully compatible with Twilio and SignalWire. If you already use either of those services, you can switch to myCPaaS by changing a single base URL — your existing code continues to work without modification.

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 at https://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:
ProviderBase URL
Twiliohttps://api.twilio.com
SignalWirehttps://your-space.signalwire.com
mycpaashttps://developer.mycpaas.io
No other code changes are required. Your Account SID, Auth Token, and all API paths remain the same structure.