Patients
Get Patients
Patients
Get Patients
GET
/v1/patients
after
reference_id
curl --request GET \
--url https://api.opkit.co/v1/patients
{
"count": "integer",
"items": [
{
"collection_page_url": "string",
"created_at": "string",
"date_of_birth": "2022-07-21",
"email": "string",
"first_name": "string",
"id": "string",
"last_name": "string",
"reference_id": "string",
"sex_assigned_at_birth": "male",
"source": "collection_page",
"state_of_residence": "alabama",
"zip_code": "string"
}
]
}
Authorizations
Authorization[header]required
string
The Opkit API uses the HTTP Bearer Token scheme for authentication. You should provide your API key in the Authorization header like so: "Authorization: Bearer [api-key]".
Query Parameters
after
string
reference_id
string
Response
countrequired
integer
itemsrequired
array
curl --request GET \
--url https://api.opkit.co/v1/patients
{
"count": "integer",
"items": [
{
"collection_page_url": "string",
"created_at": "string",
"date_of_birth": "2022-07-21",
"email": "string",
"first_name": "string",
"id": "string",
"last_name": "string",
"reference_id": "string",
"sex_assigned_at_birth": "male",
"source": "collection_page",
"state_of_residence": "alabama",
"zip_code": "string"
}
]
}