Base URL
All API requests use the following base URL: https://developer.mycpaas.ioAuthentication
The API uses HTTP Basic Auth. Pass your Account SID as the username and your Auth Token as the password on every request.Request format
ForPOST requests, send parameters as URL-encoded form data:
Response format
All responses are returned as JSON:Migration from Twilio or SignalWire
Just replace the base URL — all endpoints, parameters and SDKs stay identical:| Provider | Old URL | New URL |
|---|---|---|
| Twilio | api.twilio.com | developer.mycpaas.io |
| SignalWire | your-space.signalwire.com | developer.mycpaas.io |

