v1

latestOpenAPI 3.0.02026-07-24226294602.4 KB
Lead Waivers

Get Lead Waiver Questions & Answers

Get the questions and answers for all waivers signed by the Lead with the provided ID.

get/documents/waivers/q-and-a/leads/{lead_id}

Path parameters

lead_idinteger required

Unique Lead 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 Lead 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
    }
  ]
}