Public
Documentation Settings

Muthofun - Leading A2P SMS Aggregator

MUTHOFUN is one of the fastest growing mobile messaging & content provider since 2008 6th March. MUTHOFUN is the sister concern company under Soft Tech Innovation Ltd.Since its launch in 2008, MUTHOFUN has always strived to become one of the pioneers in the mobile messaging & value added industry in Bangladesh We have been working with several local organizations including business and educational organization for serving their Mobile content related services including Push Pull & Subscription based service.

POSTSend Single SMS [POST]

https://sysadmin.muthobarta.com/api/v1/send-sms

Ideal for sending a single sms

AUTHORIZATIONAPI Key
Key

Authorization

Value

<value>

Bodyraw (json)
json
{
    "sender_id": "1234",
    "receiver": "01934115336",
    "message": "Test SMS from Muthobarta & Muthofun.",
    "remove_duplicate": true
}
Example Request
curl
curl --location 'https://sysadmin.muthobarta.com/api/v1/send-sms' \
--data '{
    "receiver": "01730586226,01730586226,01730586226",
    "message": "SMS from Muthobarta & Muthofun.",
    "remove_duplicate": true
}'
200 OK
Example Response
json
{
  "code": 200,
  "message": "SMS queued successfully!",
  "data": [
    {
      "receiver": "8801730111111",
      "cost": 0.45,
      "status": "Pending"
    }
  ]
}
Date

Mon, 28 Mar 2022 08:37:39 GMT

Server

WSGIServer/0.2 CPython/3.9.4

Content-Type

application/json

Allow

POST, OPTIONS

X-Frame-Options

DENY

Content-Length

118

X-Content-Type-Options

nosniff

Referrer-Policy

same-origin

POSTSend Dynamic SMS [POST]

https://sysadmin.muthobarta.com/api/v1/send-sms-array

Ideal for sending a single sms

AUTHORIZATIONAPI Key
Key

Authorization

Value

<value>

Bodyraw (json)
json
[
    {
        "sender_id": "1234",
        "receiver": "01730111111",
        "message": "This is a test message %26 SMS"
    },
    {
        "sender_id": "12344444",
        "receiver": "01730111111",
        "message": "This is a test message %26 SMS"
    }
]
Example Request
curl
curl --location 'https://sysadmin.muthobarta.com/api/v1/send-sms-array' \
--data '[
    {
        "sender_id": "1234",
        "receiver": "01730111111",
        "message": "This is a test message %26 SMS"
    },
    {
        "sender_id": "12344444",
        "receiver": "01730111111",
        "message": "This is a test message %26 SMS"
    }
]'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETSend Single SMS [GET]

https://sysadmin.muthobarta.com/api/v1/send-sms-get?token=a33a262866bbd77861411f6a94f0d667f36d797f&sender_id=8809601001944&receiver=01704005054&message=This is a test message %26 SMS&remove_duplicate=true

Ideal for sending a single sms

PARAMS
token

a33a262866bbd77861411f6a94f0d667f36d797f

sender_id

8809601001944

receiver

01704005054

message

This is a test message %26 SMS

remove_duplicate

true

Example Request
curl
curl --location 'https://sysadmin.muthobarta.com/api/v1/send-sms' \
--data '{
    "receiver": "01730586226,01730586226,01730586226",
    "message": "SMS from Muthobarta & Muthofun.",
    "remove_duplicate": true
}'
200 OK
Example Response
json
{
  "code": 200,
  "message": "SMS queued successfully!",
  "data": [
    {
      "receiver": "8801730111111",
      "cost": 0.45,
      "status": "Pending"
    }
  ]
}
Date

Mon, 28 Mar 2022 08:37:39 GMT

Server

WSGIServer/0.2 CPython/3.9.4

Content-Type

application/json

Allow

POST, OPTIONS

X-Frame-Options

DENY

Content-Length

118

X-Content-Type-Options

nosniff

Referrer-Policy

same-origin

POSTSend Bulk SMS

https://sysadmin.muthobarta.com/api/v1/send-sms

For sending SMS in Bulk use the comma separated mobile numbers.

AUTHORIZATIONAPI Key
Key

Authorization

Value

<value>

Bodyraw (json)
json
{
    "sender_id": "8809601001944",
    "receiver": "01730111111,01730111111,01730111111",
    "message": "SMS from Muthobarta & Muthofun.",
    "remove_duplicate": true
}
Example Request
curl
curl --location 'https://sysadmin.muthobarta.com/api/v1/send-sms' \
--data '{
    "receiver": "01730586226,01730586226,01730586226",
    "message": "SMS from Muthobarta & Muthofun.",
    "remove_duplicate": true
}'
200 OK
Example Response
json
{
  "code": 200,
  "message": "SMS queued successfully!",
  "data": [
    {
      "receiver": "8801730111111",
      "cost": 0.45,
      "status": "Pending"
    }
  ]
}
Date

Mon, 28 Mar 2022 08:37:39 GMT

Server

WSGIServer/0.2 CPython/3.9.4

Content-Type

application/json

Allow

POST, OPTIONS

X-Frame-Options

DENY

Content-Length

118

X-Content-Type-Options

nosniff

Referrer-Policy

same-origin