---
title: "Full system catalog of services. Each service includes the current
tenant's own active subscriptions (filtered `Subscriptions` navigation),
so a subscribe-to-service UI can render every catalog entry plus a
\"subscribed?\" indicator in one round-trip."
method: GET
path: "/v1/Services/available"
tags: ["Services"]
---

# Full system catalog of services. Each service includes the current
tenant's own active subscriptions (filtered `Subscriptions` navigation),
so a subscribe-to-service UI can render every catalog entry plus a
"subscribed?" indicator in one round-trip.

`GET /v1/Services/available`

## 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/revisions/0e4626e69155/schema)
