v1

latestOpenAPI 3.0.02026-07-24226294602.4 KB
Client Waivers

Get Client Waiver Questions & Answers

Get the questions and answers for all waivers with Q&A signed by the Client with the provided ID.

get/documents/waivers/q-and-a/clients/{client_id}

Path parameters

client_idinteger required

Unique Client ID.

Headers

x-api-keystring required

A valid API key. If you don't have one, please request one through the Web Integrations screen.

Response

List of the waivers, questions, and answers that the Client has signed.

waivers_questions_and_answers_plainstring

All of the current waiver's questions and answers as plain text.

waivers_questions_and_answers_htmlstring

All of the current waiver's questions and answers formatted as HTML.

Example response

{
  "waivers_q_and_a": [
    {
      "waiver_id": 1234567891234567
    }
  ]
}