Endpoints
Resend SMS Message
Resend an SMS message with updated content
POST
Resend SMS Message
This endpoint allows you to resend an SMS message with updated content using the original message ID. Endpoint:POST /v1/external/sms/quick/{messageId}/resend
Path Parameter
- messageId (string, required): The ID of the original SMS message to resend.
Request Body
- message (string, required): The updated SMS message content to send.
Responses
- 200 OK: SMS resent successfully.
- 404 Not Found: Original message not found.
- 400 Bad Request: Invalid request data.
Authorizations
API Key for authentication
API Secret for authentication
Headers
API version header (required for full JSON response)
Available options:
2025-08-01 Path Parameters
The ID of the original SMS message to resend
Body
application/json
The updated SMS message content to send
Maximum string length:
1600Example:
"This is test for the Wrapper API"
Response
SMS resent successfully
HTTP status code
Example:
201
Status message
Example:
"Sms successfully sent."
Unique transaction identifier
Example:
"b0cdebad-e925-4437-b852-5aab112781f0"
Sequence number
Example:
"01K6MN2T13XNK40X17F5FH45DV"
ISO 8601 timestamp
Example:
"2025-10-03T09:05:08.745Z"