cURL
curl --request GET \ --url https://partner-api.getoliver.com/services/core/open_api/v1/clients \ --header 'Authorization: Bearer <token>' \ --header 'X-Client-Id: <x-client-id>'
{ "success": true, "data": [ { "id": "<string>", "name": "<string>", "email": "<string>", "phone": "<string>", "patients": [ { "id": "<string>", "name": "<string>", "client_id": "<string>", "species": "<string>", "breed": "<string>" } ], "remote_id": "<string>" } ], "message": "<string>" }
List clients using filters
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The location id of the practice
Filter clients by name
Filter clients by email
Filter clients by phone
List of clients found
Show child attributes