v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Get guest consent for ZenScribe

This API fetches guest consent.

get/v1/zenscribe/consents

Query parameters

owner_idinteger

The unique ID of the owner

owner_typeinteger

The unique owner type assigned to the owner ID

Response

200

{"stackTrail":"paths:/v1/zenscribe/consents:get:responses:200:content:application/json:schema:properties:error","oasType":"schema","type":"unknown"}

Example response

{
  "consent": {
    "guest_name": "Hari Rest",
    "signature": "test",
    "created_date": "2025-07-18T13:25:37.347",
    "created_by_name": "dev owner"
  }
}