---
title: "Get directory connections by product"
method: GET
path: "/api/v1/dsync/product"
tags: ["Directory Sync"]
---

# Get directory connections by product

`GET /api/v1/dsync/product`

## Query parameters

- `product` string
- `pageOffset` string
- `pageLimit` string
- `pageToken` string

## Response `200`

Success

- object
  - `data` Directory[]
    - `id` string — Directory ID
    - `name` string — name
    - `tenant` string — Tenant
    - `product` string — Product
    - `type` string — Directory provider
    - `deactivated` boolean — Status
    - `log_webhook_events` boolean — If true, webhook requests will be logged
    - `scim` object
      - `path` string — SCIM path
      - `endpoint` string — SCIM url
      - `secret` string — SCIM secret
    - `webhook` object
      - `endpoint` string — Webhook url
      - `secret` string — Webhook secret
  - `pageToken` string — token for pagination

---

[API](https://skmtc.dev/ory/apis/enterprise-sso-directory-sync.md) · [All operations](https://skmtc.dev/ory/apis/enterprise-sso-directory-sync/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ory/enterprise-sso-directory-sync/revisions/d92c991ace28/schema)
