---
title: "Get integration providers"
method: GET
path: "/integration/providers"
tags: ["Integration"]
---

# Get integration providers

`GET /integration/providers`

Retrieves all integration providers for the user

## Response `200`

Successful response

- object[]
  - `expiresAt` string, required
  - `createdAt` string, required
  - `updatedAt` string, nullable, required
  - `userId` string, required
  - `accessToken` string, required
  - `refreshToken` string, nullable, required
  - `provider` string, required

## Other responses

- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

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