---
title: "Send Test Info Request"
method: POST
path: "/info-requests/send-test"
tags: ["Info Requests", "Info Requests"]
---

# Send Test Info Request

`POST /info-requests/send-test`

Send a test info request SMS to an arbitrary phone number. Triggers the full two-step flow.

## Request body

- SendTestInfoRequestRequest
  - `phone_number` string, required — Phone number to send test info request SMS to (E.164 format)
  - `first_name` string, nullable — First name of the recipient (for SMS personalization)
  - `last_name` string, nullable — Last name of the recipient (for SMS personalization)

## Response `200`

Successful Response

- SendTestInfoRequestResponse
  - `info_request_id` string, uuid, required
  - `shortcode` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
