Welcome to the GatewayAPI Documentation¶
You can choose between several API options when setting up GatewayAPI. We encourage all new customers to use the REST API, but it is really up to you what you prefer.
To ease your integration with us, we have gone the extra mile to make sure that our documentation is:
- Clear, skimmable and easily searchable
- Detailed, comprehensive, and with many examples included
- Regularly reviewed and up to date
REST
Powerful API, based predominantly on HTTP POST calls and JSON.
Simple HTTP API
This API supports sending limited SMS messages.
SMPP
Direct SMPP connection to send huge volumes of SMS messages extremely quickly and extremely reliably. Available for selected customers.
Email APIs
Send email to SMS and receive SMS messages via webhooks and have them delivered to your email inbox.
Getting started¶
Copy code sample
Take a sample code from the coding language you want to use, which you can find pre-configured with your own API keys on your dashboard.
Modify the code snippet
Adjust the code snippet to fit the desired function.
Send SMS messages
Pair the code snippet with the system from which you want to manage SMS broadcasts. That’s it! You are now ready to send SMS messages.