Introduction!

These documents provide a comprehensive API reference and guide you through the process of integrating our messaging channels and verification features into your product seamlessly.

Basics

Our API is designed to utilize HTTP verbs and REST, and it accepts and returns JSON-formatted payloads. To facilitate the integration process, we offer sample code snippets and API calls as guides.

We recommend running tests using Postman, a collaboration platform for API development that simplifies endpoint testing. To make testing even easier, we have provided a Postman Collection that can be easily imported into your Postman environment.

Explore our postman Collection

API Endpoint

Feeling like an eager beaver? Jump in to the quick start docs and get making your first request:

In order to use Spendo APIs, you need to first create an account for free at www.getspendo.com

BASE URL Your Spendo account has its own Base URL, which you should use in all API requests. The base URL shown below is a sample base URL. Your base URL can be found on your dashboard.

https://api.getspendo.com    
pageQuick Start

Want to deep dive?

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

The documentation is broken into two main parts based on connection protocol - HTTP (POST/GET) or SMPP. Customers are encouraged to use the protocol of their choice. Typically, high volume customers will use SMPP connection.

Last updated