FastKYC SMS
  1. Templates
FastKYC SMS
  • Access Token
  • API Rate Limiting
  • SMS Messaging
    • Senders
      • Get Sender
      • Add Sender
      • Update Sender
    • Templates
      • Get Templates
        GET
      • Add Template
        POST
      • Update Template
        PATCH
    • Messages
      • Send Message
      • Send Batch Messages
      • Message Status
  • 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. Templates

Update Template

PATCH
https://sms.fastkyc.in/v1/sms/templates
This endpoint allows you to update an existing SMS template by sending an HTTP PATCH request under your account.

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠400Validation Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://sms.fastkyc.in/v1/sms/templates' \
--header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "data": [
      {
            "uuid": "03e97299-fc02-XXXX-XXX-9e2c7f64XXX",
            "content": "The discharge summary is ready for {{1}}. Kindly collect it from the ward secretary'\''s station. Ward Secretary Desk, Ganga Hospital.",
            "sender": "QBERRY",
            "name": "test01",
            "template_id": "110716666831649XXXX"
        }
    ]
}'
Response Response Example
200 - Success
{
    "message": "Templates updated successfully",
    "error": {}
}
Modified at 2025-06-10 19:36:55
Previous
Add Template
Next
Send Message
Built with