---
title: "Review Sms Testing Request"
method: POST
path: "/v1/sms-testing/requests/{request_id}/review"
tags: ["SMS Testing"]
---

# Review Sms Testing Request

`POST /v1/sms-testing/requests/{request_id}/review`

## Path parameters

- `request_id` string, required

## Headers

- `x-internal-token` string
- `X-API-Key` string, required

## Request body

- SmsTestingReviewBody
  - `status` string, required — approved | rejected
  - `review_notes` 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/4ef94eeb836d/schema)
