Quick Start
Last updated
Last updated
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your Dashboard at any time
The best way to interact with our API is to use one of our official libraries:
To make your first request, send an authenticated request to the SMS endpoint. This will allow you to send SMS to a single phone number at a time.
POST
https://api.getspendo.com/gateway/api/v1/send/bulk/sms
Send SMS to a specific Phone Number
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Good to know: You can use our API Method block to fully test all the API method.
Take a look at how you might call this method using our official libraries, or via curl
:
apiKey*
String
from*
string
Sender ID
message*
string
The Message Body
to*
string
The PhoneNumber