---
title: "Resend confirmation email"
method: POST
path: "/bookings/{code}/resend_confirmation"
tags: ["Booking Endpoints"]
---

# Resend confirmation email

`POST /bookings/{code}/resend_confirmation`

Re-send the booking confirmation email to the customer.

## Path parameters

- `code` string, required

## Headers

- `Authorization` string, required

## Response `200`

Email sent

- StatusResponse
  - `status` 'ok' | 'error'
  - `message` string

---

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