Skip to main content
GET
List patient appointments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
string
Maximum string length: 32
page
integer
default:1
Required range: x >= 1
per_page
integer
default:25
Required range: 1 <= x <= 50

Response

Paginated patient-owned collection.

data
object[]
meta
object