---
title: "Create Sms Testing Request"
method: POST
path: "/v1/sms-testing/request"
tags: ["SMS Testing"]
---

# Create Sms Testing Request

`POST /v1/sms-testing/request`

## Headers

- `X-API-Key` string, required

## Request body

- SmsTestingRequestBody
  - `message_details` string, required — Free-text description of the message types/use-cases to send
  - `monthly_volume` string, nullable

## Response `200`

Successful Response

- SmsTestingRequestResponse
  - `id` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/18bc44e35414/schema)
