---
title: "Retrieve third-party integration status for the calling operator"
method: GET
path: "/api/v1/operators/third-party-integrations"
tags: ["Operators"]
---

# Retrieve third-party integration status for the calling operator

`GET /api/v1/operators/third-party-integrations`

Required scope: `operators:read` </br>Organization authorization: `supported`

## Response `200`

Third-party integration status for the calling operator

- ThirdPartyIntegrationsDto — Status of third-party integrations for the calling operator
  - `allStar` ThirdPartyIntegrationStatusDto, required — Status of a single third-party integration
    - `enabled` boolean — Whether the integration is currently connected

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

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