---
title: "Send Test Invoice"
method: POST
path: "/invoices/{invoice_id}/send-test"
---

# Send Test Invoice

`POST /invoices/{invoice_id}/send-test`

Send test invoice to specified test email instead of client email

## Path parameters

- `invoice_id` string, required — The ID of the invoice to send as test

## Query parameters

- `user_id` string
- `org_id` string

## Request body

- object — Body containing test_email, status, and optional custom_message

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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