cURL
curl --request GET \ --url https://partner-api.getoliver.com/services/core/open_api/v1/patients/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Client-Id: <x-client-id>'
{ "success": true, "data": { "id": "<string>", "name": "<string>", "client_id": "<string>", "species": "<string>", "breed": "<string>" }, "message": "<string>" }
Get a patient by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The location id of the practice
The ID of the patient to get
Patient found
Show child attributes
The ID of the patient
The name of the patient
The ID of the client that owns this patient
The species of the patient
The breed of the patient