# List remote care services Retrieve a paginated list of available remote care services for the location. Endpoint: GET /partner/v2/account/{accountId}/location/{locationId}/remote-care/service Version: 2.0 Security: PartnerOAuth ## Query parameters: - `search` (string) Search query for name - `cursor` (string) Pagination cursor - `limit` (integer) Results per page ## Path parameters: - `accountId` (integer, required) Account identifier - `locationId` (integer, required) Location identifier ## Response 200 fields (application/json): - `data` (array) List of services - `data.billingCode` (string) Billing code Example: "99213" - `data.costInCents` (integer) Service cost in cents Example: 7500 - `data.id` (integer) RemoteCareService ID Example: 101 - `data.name` (string) Service name Example: "Virtual Consultation" - `data.requiresLab` (boolean) Whether service requires lab work - `nextCursor` (string) Cursor for next page ## Response 401 fields ## Response 403 fields ## Response 404 fields