Participants
Find a participant and review the records linked to them within your organization.
Read the implementation guideGETGET
Search participants
/v1/participantsSearches participants by query (name), email, or phone; the filters combine, and phone numbers match on digits however they are punctuated. Page with cursor. Limited to 60 calls per minute per key.
Retrieve a participant and waiver history
/v1/participants/{id}One participant with every waiver they appear on, newest first (up to 100). The response includes their date of birth, so every read is recorded in the PHI access log.
Before you connect
Use the scopes shown on each endpoint. Read the response schema and common errors, and keep mutations separate from diagnostic read requests.
AuthenticationError handlingOpenAPI contract