FastKYC SMS
  1. Messages
FastKYC SMS
  • Access Token
  • API Rate Limiting
  • SMS Messaging
    • Senders
      • Get Sender
      • Add Sender
      • Update Sender
    • Templates
      • Get Templates
      • Add Template
      • Update Template
    • Messages
      • Send Message
        POST
      • Send Batch Messages
        POST
      • Message Status
        GET
  • RCS Business Messaging
    • RCS Introduction
    • Messages Support
    • Messages
      • Text
      • Media
      • Text Suggestions
      • Stand Alone Card
      • Carousel Card
    • Webhooks
      • Receiving Messages via Webhook
    • Help and Support
      • Getting Help: FAQs
  • Schemas
    • SMS
      • SenderId Model
      • Templates Model
      • SenderId
      • Templates
      • Message
    • WhatsApp
      • Sent Messages Response
  1. Messages

Message Status

GET
https://sms.fastkyc.in/v1/sms/status
This endpoint makes an HTTP GET request to retrieve the status of a specific SMS message using its message id.

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://sms.fastkyc.in/v1/sms/status?message_ids=3157693c-xxxx-xxxx-xxxx-5a2f600fxxxx:1' \
--header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json'
Response Response Example
200 - Success
{
    "message": "Retrieved Message details successfully",
    "data": [
        {
            "message_id": "3157693c-xxxx-xxxx-xxxx-5a2f600fxxxx:1",
            "isoCode": "IN",
            "phone": "+918080808080",
            "service": "SI",
            "message": "Dear {{1}} Thank you for your confirmation to pay Rs. {{2}} overdue against your YES BANK {{3}}. Visit {{4}} to pay.",
            "sender": "YESBNK",
            "template_id": "110716666831649xxxx",
            "flash": "0",
            "unicode": "0",
            "custom": "test",
            "custom1": "test",
            "custom2": "test",
            "length": 132,
            "units": 1,
            "charges": 0.21,
            "source": "api",
            "status": "DELIVERED",
            "submit_time": "2024-10-18T16:47:23+05:30",
            "submit_at": 1729250243,
            "deliv_time": "2024-10-18T16:47:24+05:30",
            "deliv_at": 1729250244
        }
    ],
    "page": 1,
    "length": 1
}
Modified at 2025-06-10 19:36:55
Previous
Send Batch Messages
Next
RCS Introduction
Built with