# Get remote care service by ID Retrieve details for a specific remote care service. Endpoint: GET /partner/v2/account/{accountId}/location/{locationId}/remote-care/service/{serviceId} Version: 2.0 Security: PartnerOAuth ## Path parameters: - `serviceId` (integer, required) Service ID - `accountId` (integer, required) Account identifier - `locationId` (integer, required) Location identifier ## Response 200 fields (application/json): - `billingCode` (string) Billing code Example: "99213" - `costInCents` (integer) Service cost in cents Example: 7500 - `id` (integer) RemoteCareService ID Example: 101 - `name` (string) Service name Example: "Virtual Consultation" - `requiresLab` (boolean) Whether service requires lab work ## Response 401 fields ## Response 403 fields ## Response 404 fields