---
title: "Services the current tenant currently subscribes to. Each returned service
carries only the tenant's own active subscriptions on its
`Subscriptions` navigation. This is the list to populate
pickers like the new-location services dropdown."
method: GET
path: "/v1/Services"
tags: ["Services"]
---

# Services the current tenant currently subscribes to. Each returned service
carries only the tenant's own active subscriptions on its
`Subscriptions` navigation. This is the list to populate
pickers like the new-location services dropdown.

`GET /v1/Services`

## Query parameters

- `Account` unknown

## Response `200`

Success

- Service[]
  - `id` string, uuid
  - `code` string, nullable
  - `name` string, nullable
  - `subscriptions` Subscription[], nullable
    - `id` string, uuid
    - `domainEvents` IDomainEvent[], nullable
      - `id` string, uuid
      - `occurredOn` string, date-time
    - `createdOn` string, date-time, nullable
    - `modifiedOn` string, date-time, nullable
    - `tenantId` string, uuid
    - `serviceId` string, uuid
    - `startDate` string, date-time, nullable
    - `endDate` string, date-time, nullable
    - `ended` boolean
    - `service` Service — recursive

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/versions/0e4626e69155/schema)
