---
title: "Get integration extensions"
method: GET
path: "/accounts/extensions"
tags: ["Account"]
---

# Get integration extensions

`GET /accounts/extensions`

Use this endpoint to retrieve all available integration extension information associated with your Oneflow account. You can use either a generic API token or an integration-specific API token in the `x-oneflow-api-token` header to access all available integration extensions.

## Headers

- `x-oneflow-api-token` string, required

## Response `200`

Returns all the available integration extensions.

- object — A collection of available integration extensions in an account.
  - `count` integer, required
  - `data` object[], required
    - `enabled` boolean, required — Indicating whether the extension is enabled or not.
    - `extension_type` string, required — The integration extension.
    - `id` integer, nullable — The unique identifier of the integration extension.

## Other responses

- `400` — Invalid format or content of the request.
- `401` — The API token or the user email is invalid.

---

[API](https://skmtc.net/oneflow/apis/public-api-for-oneflow.md) · [All operations](https://skmtc.net/oneflow/apis/public-api-for-oneflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneflow/public-api-for-oneflow/versions/0e73a45dec15/schema)
