---
title: "Add guest consent for ZenScribe"
method: POST
path: "/v1/zenscribe/consents"
---

# Add guest consent for ZenScribe

`POST /v1/zenscribe/consents`

This API adds the guest consent for owner ID.

## Request body

- object
  - `owner-id` integer — Unique identifier for the owner (Appointment, Guest, Service, etc.).
  - `owner-type` '' — Type of owner.
  - `signature` string — Guest’s signature in Base64 or Data URL format.
  - `guest_id` integer — Unique identifier of the guest giving consent.

## Response `200`

200

- object
  - `error` unknown

## Other responses

- `400` — 400
- `403` — 403

---

[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)
