---
title: "Resend Checkout Session Lomn"
method: POST
path: "/v1/checkout/sessions/{id}/lomn/resend"
tags: ["Checkout Sessions"]
---

# Resend Checkout Session Lomn

`POST /v1/checkout/sessions/{id}/lomn/resend`

Resends existing LOMN (Letter of Medical Necessity) emails for a checkout session.

Looks up all consultations associated with the checkout session that have a letter
of medical necessity and enqueues them to be emailed to the customer.

## Path parameters

- `id` string, required

## Response `200`

Response returned after queuing Letter of Medical Necessity (LOMN) emails for resending.

- ResendLomnResponse — Response returned after queuing Letter of Medical Necessity (LOMN) emails for resending.
  - `consultation_ids` string[], required — The consultation IDs that were queued for LOMN email resending.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

[API](https://skmtc.dev/withflex/apis/flex-api.md) · [All operations](https://skmtc.dev/withflex/apis/flex-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withflex/flex-api/revisions/b1560fc2f199/schema)
