v1
latestOpenAPI 3.1.02026-07-2218105157.9 KBList Patients
Query parameters
Filter by multiple workflow stage IDs (OR)
Filter by multiple workflow stage IDs (OR)
Include patients with no workflow stage (combines with workflow_stage_ids via OR)
Include patients with no workflow stage (combines with workflow_stage_ids via OR)
Filter by tag IDs
Filter by tag IDs
Filter by insurance IDs
Filter by insurance IDs
Filter by states
Filter by states
Filter by company location IDs
Filter by company location IDs
Filter by company organization IDs
Filter by company organization IDs
Filter by created_from sources
Filter by created_from sources
Filter by eligibility check status
Filter by eligibility check status
Eligibility filter mode — which payor tier to check, or any
Eligibility filter mode
Filter by sync status
Filter by sync status
Filter by plan name (partial match)
Filter by plan name (partial match)
Filter by plan types
Filter by plan types
Filter by group description (partial match)
Filter by group description (partial match)
Filter by group number (partial match)
Filter by group number (partial match)
Fields to expand in the response
Fields to expand in the response
Filter options for patient status (active/inactive/all)
Tag filter mode for patient queries
Response
Successful Response
Example response
{
"data": [
{
"active": true,
"created_at": "2024-01-15T10:30:00Z",
"date_of_birth": "1990-01-15",
"email": "john.doe@example.com",
"first_name": "John",
"id": "550e8400-e29b-41d4-a716-446655440009",
"last_name": "Doe",
"phone_number": "+1234567890",
"updated_at": "2024-01-15T10:30:00Z"
}
],
"pagination": {
"has_more": false,
"limit": 50,
"page": 1,
"total": 1
}
}