List authorized patient consultations
Returns consultation-history membership independently of booking eligibility. Each summary keeps its historical physician and exposes doctor_active so consumers can omit inactive physicians from “Mis médicos” without deleting clinical history. url_portal is non-null only when that physician is active, has a username and present schedule configuration, and has use_portal exactly true (missing defaults to true).
Authorizations
Patient portal JWT accepted either as a raw Authorization header value or as a Bearer token for client compatibility.
Path Parameters
Query Parameters
x >= 1x >= 1Response
Paginated non-deleted consultations ordered by starts_at descending. Private causes are masked. Inactive physicians remain in consultation history with doctor_active false and url_portal null; consumers omit them only from physician-card membership.