---
title: "List comms integrations for the authenticated business"
method: GET
path: "/v1/integrations/comms"
tags: ["Integrations"]
---

# List comms integrations for the authenticated business

`GET /v1/integrations/comms`

## Response `200`

Integrations list

- object — Integrations list
  - `data` object[], required
    - `id` string, required
    - `provider` 'SLACK' | 'GMAIL', required
    - `status` 'ACTIVE' | 'DISABLED' | 'ERROR' | 'PENDING', required
    - `externalAccountLabel` string, nullable
    - `scopes` string[], required
    - `lastSyncedAt` string, date-time, nullable
    - `lastErrorMessage` string, nullable
    - `createdAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Validation error
- `429` — Rate limit exceeded
- `500` — Internal error
- `503` — OAuth provider not configured

---

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