DOCUMENTATION

Specification Documentation, Version 1.0


Sender ID

Sender IDS or Names are identities that indicates the sender of the message in other words who is sending the message

 

Fetch Account SenderIDs

This API is used in fetching available sender IDS that are linked to the provided account

Endpoint : https://cbmessaging.com/api/sms/sender-id?api_key=api-key

Request Type : GET

Sample Response:

[

    {
        "sender_id""Cibaworld",
        "status""approved",
        "created""2021-06-23 06:14:36"
    },
    {
        "sender_id""Lavciba",
        "status""pending",
        "created""2021-06-24 15:12:26"
    }
]

Documentation

Home

Dashboard