Skip to main content

Methods

This combined technical reference documents all available methods for the various REST Client SDKs. These methods correspond to the Compatibility REST API Endpoints.

Selecting the tab for a given language will display code samples and instructions for that SDK throughout this reference.

# Create (send) an outbound SMS using cURL.

curl https://example.signalwire.com/api/laml/2010-04-01/Accounts/{AccountSid}/Messages.json \
-X POST \
--data-urlencode "From=+15551234567" \
--data-urlencode "Body=Hello World\!" \
--data-urlencode "To=+15557654321" \
-u "YourProjectID:YourAuthToken"

Refer to the Overview of REST Client SDKs for instructions for installing each SDK and initializing the client.