# Cuddles Care ## Docs - [Get an appointment](https://docs.cuddles.care/api-reference/appointments/get.md): Retrieves a single appointment based on the ID provided - [List all appointments](https://docs.cuddles.care/api-reference/appointments/list.md): Gets the list of all appointments - [Get an access token](https://docs.cuddles.care/api-reference/authentication/access.md): Get the access token using the credentials - [Refresh a token](https://docs.cuddles.care/api-reference/authentication/refresh.md): Re-issue the access token from refresh token - [Get a client](https://docs.cuddles.care/api-reference/clients/get.md): Retrieves a single client based on the ID provided - [List all clients](https://docs.cuddles.care/api-reference/clients/list.md): Gets the list of all clients - [Cuddles API v1](https://docs.cuddles.care/api-reference/introduction.md): Help your pet live a healthy, happy and long life - [Get an invoice](https://docs.cuddles.care/api-reference/invoices/get.md): Retrieves a single invoice based on the ID provided - [List all invoices](https://docs.cuddles.care/api-reference/invoices/list.md): Gets the list of all invoices - [Get a patient](https://docs.cuddles.care/api-reference/patients/get.md): Retrieves a single patient based on the ID provided - [List all patients](https://docs.cuddles.care/api-reference/patients/list.md): Retrieves list of all patients - [Get a product order](https://docs.cuddles.care/api-reference/product-orders/get.md): Retrieves a single product order based on the ID provided - [List all Product Orders](https://docs.cuddles.care/api-reference/product-orders/list.md): Retrieves a list of all product orders - [Get a receipt](https://docs.cuddles.care/api-reference/receipts/get.md): Retrieves a single receipt based on the ID provided - [List all receipts](https://docs.cuddles.care/api-reference/receipts/list.md): Gets the list of all receipts - [Get a wellness plan subscription](https://docs.cuddles.care/api-reference/wellness-plans/get.md): Retrieves a single wellness plan on the ID provided - [List all wellness plan subscriptions](https://docs.cuddles.care/api-reference/wellness-plans/list.md): Retrives the list of all the wellness plans ## OpenAPI Specs - [auth](https://docs.cuddles.care/auth.json) - [client](https://docs.cuddles.care/client.json) - [patient](https://docs.cuddles.care/patient.json) - [invoice](https://docs.cuddles.care/invoice.json) - [receipt](https://docs.cuddles.care/receipt.json) - [appointment](https://docs.cuddles.care/appointment.json) - [wellness](https://docs.cuddles.care/wellness.json) - [products](https://docs.cuddles.care/products.json) - [openapi](https://docs.cuddles.care/api-reference/openapi.json)