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