---
title: "Return a list of all account services"
method: GET
path: "/service/"
tags: ["Service"]
---

# Return a list of all account services

`GET /service/`

## Headers

- `X-Fields` string, mask

## Response `200`

Success

- FastServiceDump[]
  - `acquisition` string
  - `autoBill` boolean
  - `bandwidthBilling` ServiceBandwidthBilling
    - `billingMethod` string
    - `includedTransferUnit` string
    - `notification` string
    - `overageUnit` string
  - `billedPrice` number
  - `billedPricePerPeriod` number
  - `billingInfoId` integer
  - `cancelAfter` integer
  - `childServices` object[]
  - `colocationCharge` number
  - `contractTerm` integer
  - `created` integer
  - `discount` number
  - `discountType` string
  - `discountedCost` number
  - `endDate` integer
  - `expectedCancellationDate` integer
  - `facilityName` string
  - `hasContractTerm` boolean
  - `importedWHMCSData` object
  - `ipAddress` string
  - `lastRenew` integer
  - `orderId` integer
  - `period` string
  - `productId` integer
  - `productName` string
  - `quantity` number
  - `renewDate` integer
  - `reseller` string
  - `resellerBmaasCharge` number
  - `serviceCode` string
  - `serviceCost` number
  - `serviceDevices` object[]
  - `serviceDiscount` number
  - `serviceDiscountPerPeriod` number
  - `serviceId` integer
  - `serviceName` string
  - `serviceOptions` ServiceOptionData[]
    - `groupName` string
    - `invoiceHide` string
    - `name` string
    - `optionId` integer
    - `serviceOptionId` integer
    - `upgradeId` integer
    - `upgradeName` string
  - `serviceType` string
  - `showInStoragePage` boolean — If true this service should be shown in R1Soft section the storage page in MyVelocity portal.
  - `showInVOIPPage` boolean — If true this service should be shown in VOIP section in MyVelocity portal.
  - `startDate` integer
  - `status` string
  - `typeCode` string — The service type code. The list of service types can be accessed on https://core.hivelocity.net/api/v2/service/types .
  - `usage` object

## Other responses

- `403` — You have not been granted permission to complete this action. Please contact your account manager to grant the proper permission.
- `404` — You don't own any services

---

[API](https://skmtc.net/hivelocity/apis/hivelocity-api.md) · [All operations](https://skmtc.net/hivelocity/apis/hivelocity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hivelocity/hivelocity-api/revisions/ee6b717b5015/schema)
