---
title: "Copy of New Endpoint"
method: POST
path: "/dev/bulkV2"
---

# Copy of New Endpoint

`POST /dev/bulkV2`

This is your first endpoint! Edit this page to start documenting your API.

## Headers

- `Authorization` string, required

## Request body

- object
  - `message` string, required — Pass full message "text" that you want to send.
  - `route` string, required — For Quick SMS use "q"
  - `numbers` string, required — You can send multiple mobile numbers seperated by comma like: "8888888888,9999999999,6666666666"
  - `schedule_time` string — This field is optional, it will use "null" as default value or you can set to a future date and time in format DD-MM-YYYY-HH-MM or 1764560132
  - `sms_details` '1' | '0' — Pass 1 to include SMS details in the response, such as character_count, per_sms_rate, amount_debited etc
  - `udf1` string — User Defined Field 1 – Optional custom value passed via API and returned in the webhook for your internal reference or tracking.
  - `udf2` string — User Defined Field 2 – Optional custom value passed via API and returned in the webhook for your internal reference or tracking.
  - `udf3` string — User Defined Field 3 – Optional custom value passed via API and returned in the webhook for your internal reference or tracking.

## Response `200`

- object
  - `return` boolean, required
  - `request_id` string, required
  - `message` string[], required

---

[API](https://skmtc.net/fast2sms/apis/dlt-sms-api.md) · [All operations](https://skmtc.net/fast2sms/apis/dlt-sms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fast2sms/dlt-sms-api/versions/1fd5abcff71a/schema)
