Search waiver records
/v1/waiversSearches signed waivers, newest first. Every filter is optional and they combine: query (name), email, phone, templateId, eventId, tag, from/to on the signing date, and validOn for waivers in force on a given date. Page with cursor. Limited to 60 calls per minute per key.
Authentication
Send an organization-scoped API key in the Authorization header. Keep credentials on your server.
waivers:readParameters
querystringquerystringquerystringquerystring · uuidquerystring · uuidquerystringqueryvaluequeryvaluequeryvaluequeryintegerquerystring · uuidResponses
200 Response schema
application/json
arrayrequiredView item fields
string · uuidrequiredstringrequiredstring · date-timerequiredstring | nullrequiredbooleanrequiredstringrequiredstringrequiredstringrequiredobjectrequiredView nested fields
string · uuidrequiredstringrequiredstringrequiredstring | nullrequiredstring | nullrequiredintegerrequiredRange: -9007199254740991 to 9007199254740991.
integerrequiredRange: -9007199254740991 to 9007199254740991.
string | nullrequiredView complete response schema
{
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid",
"pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$"
},
"templateName": {
"type": "string"
},
"signedAt": {
"type": "string",
"format": "date-time"
},
"expiresAt": {
"anyOf": [
{
"type": "string",
"format": "date-time"
},
{
"type": "null"
}
]
},
"isValid": {
"type": "boolean"
},
"source": {
"type": "string"
},
"status": {
"type": "string"
},
"pdfStatus": {
"type": "string"
},
"signer": {
"type": "object",
"properties": {
"participantId": {
"type": "string",
"format": "uuid",
"pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$"
},
"firstName": {
"type": "string"
},
"lastName": {
"type": "string"
},
"email": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"phoneDigits": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
}
},
"required": [
"participantId",
"firstName",
"lastName",
"email",
"phoneDigits"
],
"additionalProperties": false
},
"minorsCount": {
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
},
"flagsOpen": {
"type": "integer",
"minimum": -9007199254740991,
"maximum": 9007199254740991
}
},
"required": [
"id",
"templateName",
"signedAt",
"expiresAt",
"isValid",
"source",
"status",
"pdfStatus",
"signer",
"minorsCount",
"flagsOpen"
],
"additionalProperties": false
}
},
"nextCursor": {
"anyOf": [
{
"type": "string",
"format": "uuid",
"pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$"
},
{
"type": "null"
}
]
}
},
"required": [
"items",
"nextCursor"
],
"additionalProperties": false
}401 Response schema
application/json
objectrequiredView nested fields
stringrequiredstringrequiredstringrequiredvalueView complete response schema
{
"type": "object",
"properties": {
"error": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
},
"requestId": {
"type": "string"
},
"details": {}
},
"required": [
"code",
"message",
"requestId"
],
"additionalProperties": false
}
},
"required": [
"error"
],
"additionalProperties": false
}403 Response schema
application/json
objectrequiredView nested fields
stringrequiredstringrequiredstringrequiredvalueView complete response schema
{
"type": "object",
"properties": {
"error": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
},
"requestId": {
"type": "string"
},
"details": {}
},
"required": [
"code",
"message",
"requestId"
],
"additionalProperties": false
}
},
"required": [
"error"
],
"additionalProperties": false
}404 Response schema
application/json
objectrequiredView nested fields
stringrequiredstringrequiredstringrequiredvalueView complete response schema
{
"type": "object",
"properties": {
"error": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
},
"requestId": {
"type": "string"
},
"details": {}
},
"required": [
"code",
"message",
"requestId"
],
"additionalProperties": false
}
},
"required": [
"error"
],
"additionalProperties": false
}422 Response schema
application/json
objectrequiredView nested fields
stringrequiredstringrequiredstringrequiredvalueView complete response schema
{
"type": "object",
"properties": {
"error": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
},
"requestId": {
"type": "string"
},
"details": {}
},
"required": [
"code",
"message",
"requestId"
],
"additionalProperties": false
}
},
"required": [
"error"
],
"additionalProperties": false
}429 Response schema
application/json
objectrequiredView nested fields
stringrequiredstringrequiredstringrequiredvalueView complete response schema
{
"type": "object",
"properties": {
"error": {
"type": "object",
"properties": {
"code": {
"type": "string"
},
"message": {
"type": "string"
},
"requestId": {
"type": "string"
},
"details": {}
},
"required": [
"code",
"message",
"requestId"
],
"additionalProperties": false
}
},
"required": [
"error"
],
"additionalProperties": false
}Authentication and validation failures use the shared error envelope. Save the request ID when diagnosing a failed call.
Build the surrounding workflow
Read the waiver records guide for ordering, verification and recovery. Browse the other waiver records endpoints when you need the next operation.