Spendo API Docs
  • Introduction!
  • Quick Start
  • HTTP
    • SMS
      • Send SMS Local
      • Send SMS International
      • Send SMS OTP
      • Send SMS Bulk
      • AI Messaging
        • Send SMS AI
        • Send SMS Bulk AI
    • Verification
      • BVN Number OTP
      • NIN Number OTP
      • Phone Number Verification
        • Verify Phone Number OTP
    • Whatsapp
      • Whatsapp Message
      • Whatsapp Message Template
      • Whatsapp OTP
    • Voice OTP
      • Voice OTP
  • SMPP
    • SMPP Specification
    • SMPP Servers
    • SMPP Authentication
    • SMPP Configuration
    • SMPP Message PDU
    • SMPP Client Configuration
    • SMPP Sample Code
  • Libraries And SDK's
    • Node.JS SDK
Powered by GitBook
On this page
  • Basics
  • API Endpoint
  • Want to deep dive?

Was this helpful?

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.

NextQuick Start

Last updated 2 years ago

Was this helpful?

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.

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

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    

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.

Explore our postman Collection
www.getspendo.com
Quick Start