---
title: "Add V1 online guest creation"
method: POST
path: "/v1/guests/online_guests"
---

# Add V1 online guest creation

`POST /v1/guests/online_guests`

This API creates new online guests from custom webstores to support “Checkout as guest” flows. This is a dummy guest and is not retrievable on Zenoti POS.

## Request body

- object
  - `email` string — The email address of the online guest. Must be valid and non-empty.
  - `center_id` integer — The unique identifier of the center where the guest is created.
  - `first_name` string — The first name of the online guest.
  - `last_name` string — The last name of the online guest.

## Response `200`

200

- object
  - `online_guest_id` string
  - `guest_id` string
  - `error` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
