v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBLead 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
Example response
{
"waivers_q_and_a": [
{
"waiver_id": 1234567891234567
}
]
}