---
title: "partner connection"
method: GET
path: "/v{version}/partners/connections"
tags: ["Partner"]
---

# partner connection

`GET /v{version}/partners/connections`

Scopes: export\_company\_info, export\_enrollment

## Path parameters

- `version` string, required

## Query parameters

- `company_id` string, required

## Response `200`

Success

- 0WrappedArrayPartnerConnection
  - `data` DtosPartnerConnection[], required — An array containing the list of relevant objects.
    - `partner_id` string — The id of the partner.
    - `company_id` string — The id of the company.
    - `status` 'Pending' | 'Approved' | 'Testing' | 'Denied' | 'Inactive' — The status of the connection.
  - `error` string — Contains any error messages, if applicable.

---

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