get https://api.zenoti.com/v1/zenscribe/consents
This API fetches guest consent.
Response Model (FetchGuestConsent)
| Json property | Data type | Description |
|---|---|---|
| consent | GuestConsentObj | The guest consent object. |
| error | APICommonErrorModel | Error information, if any occurred during the operation. |
consent object (GuestConsentObj)
| Json property | Data type | Description |
|---|---|---|
| guest_name | string | The unique identifier for the guest. |
| signature | string | The signature of the guest. |
| created_date | DateTime | The date and time when the guest consent was added. |
| created_by_name | string | The unique identifier for the user who created the guest consent. |
