⚙️
API Docs | SMSYOUTO
  • Welcome!
  • Reference
    • API Reference
      • OTP (One Time Password)
      • Single SMS
      • Campaign
      • Sender
      • Account
Powered by GitBook
On this page
  1. Reference
  2. API Reference

Sender

PreviousCampaignNextAccount

Last updated 1 year ago

Sender List

GET

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

{
    "data": [
        {
            "status": 0,
            "description": "Waiting for approval",
            "sendername": "TEST01"
        },
        {
            "status": 1,
            "description": "Active",
            "sendername": "TEST02"
        },
        {
            "status": 2,
            "description": "Not approved",
            "sendername": "TEST03"
        },
        {
            "status": 3,
            "description": "Suspended",
            "sendername": "TEST04"
        },
    ]
}
{
  "error": "Invalid request"
}

https://bulk.smsyouto.com/api/sms/senderlist