Richmo.lk API Documentation

Home > Richmo.lk API Documentation

Start sending SMS using our API

Integrate SMS functionality into your application using your programming language.

Base URL

All URLs referenced in the API documentation have the following base url.

https://portal.richmo.lk

Send a single message

Method 01 : Integration with Bearer authentication (token authentication)

HTTP request

GET /api/sms/send/

Parameters

HTTP request

Code Samples

Method 02 : Simple Integration - authentication token send via request parameters

HTTP request

GET /api/sms/send/

Parameters

Returns

Code Samples

Check Account Balance

HTTP request

GET /api/account/balance/

Parameters

Code Samples