Skip to main content
Method and path: GET {BASE_URL}/consultations/{consultationId} Returns the details of a consultation. Replace {consultationId} with the identifier (e.g. the consultationId returned when creating it). No request body. Authentication headers: X-API-Key, X-API-Secret.

Success response (200)

Includes full consultation data: consultationId, consultationLink, accessPin, participantAccess, expiresAt, provider, patient, scheduledAt, status, durationMinutes, notes, createdAt, updatedAt. If a video session exists, sessionInfo is included (startedAt, providerJoinedAt, patientJoinedAt, callQuality). Dates are in yyyy-MM-dd HH:mm format in the organization’s timezone.

Error 404

Consultation not found or does not belong to your organization. Code: CONSULTATION_NOT_FOUND.