---
title: "Send SMS (GET)"
method: GET
path: "/SingleMsgApi"
tags: ["Send Message"]
---

# Send SMS (GET)

`GET /SingleMsgApi`

The Send SMS (GET) endpoint allows you to send single or bulk SMS messages by passing request parameters directly in the URL as query parameters.
This API is designed for simple, lightweight integrations, enabling quick message submission without requiring a request body. It supports sending 
messages to multiple recipients in a single request using comma-separated mobile numbers.

The API also supports advanced optional parameters such as:
`tokenkey`, `hexflag`, `mtype`, `url`, `udh`, `dlt_template_type`, `jobname`, 
`jobid`, `ssl`, `ssliv`, `aesKey`, `account`, `DeptID`, `AppID`, `short`, `itemtags`, 
`enterpriseid`, `hibernate`, `checkndnc`, `response_type`.

## Query parameters

- `feedid` string, required
- `username` string, required
- `password` string, required
- `To` string, required
- `Text` string, required
- `senderid` string
- `templateid` string
- `entityid` string
- `async` '0' | '1'
- `time` string
- `tz` string
- `msgid` string

## Response `200`

The request was successfully processed, and the SMS has been accepted by the system for delivery.

## Other responses

- `400` — The request is invalid due to missing, incorrect, or malformed parameters.
- `401` — Authentication failed due to invalid or missing credentials.
- `500` — The request failed due to an unexpected error on the server side.

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
