---
title: "Get All Integrations"
method: GET
path: "/v1/integrations"
tags: ["Integrations"]
---

# Get All Integrations

`GET /v1/integrations`

The **Get All Integrations** endpoint allows you to retrieve a list of all integrations available within your organization.  Use this endpoint to review and manage the integrations that connect BoomFi with other platforms.

## Response `200`

OK

- IntegrationsIntegrationsResponseItem[]
  - `created_at` string — The timestamp indicating when the integration was created.
  - `created_by` string — The user or entity that created the integration.
  - `description` string — The description of the integration.
  - `enabled` boolean — Indicates whether the integration is enabled.
  - `id` integer — The unique identifier of the integration.
  - `last_error` string — The last error message encountered during synchronization.
  - `last_sync_time` string — The timestamp indicating when the last synchronization occurred.
  - `name` string — The name of the integration.
  - `org_id` string — The identifier of the organization associated with the integration.
  - `properties` object — Additional properties associated with the integration.
  - `schema` object — The schema of the integration.
  - `status` 1 | 2 | 3 | 4 | 5 — The current status of the organization integration: - 1 = Unknown - 2 = Updating - 3 = Ready - 4 = Disabling - 5 = Disabled
  - `template_name` string — The template name of the integration.
  - `type` 1 | 2 | 3 | 4 | 5 — The integration type of the organization: - 1 = TypeUnknown - 2 = TypeBilling - 3 = TypeEcommerce - 4 = TypeAccounting - 5 = TypeWorkflow
  - `updated_at` string — The timestamp indicating when the integration was last updated.

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/boomfi/apis/boomfi-merchants-api.md) · [All operations](https://skmtc.net/boomfi/apis/boomfi-merchants-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/boomfi/boomfi-merchants-api/versions/ace3c3df05fe/schema)
