---
title: "Get Chariot integration details"
method: GET
path: "/organizations/{organization_id}/chariot-integration"
tags: ["Organizations", "Chariot"]
---

# Get Chariot integration details

`GET /organizations/{organization_id}/chariot-integration`

Retrieve the Chariot integration details for a specific organization

## Path parameters

- `organization_id` integer, required

## Response `200`

Chariot integration details retrieved successfully

- object
  - `id` integer
  - `organization_id` integer
  - `chariot_organization_id` string
  - `chariot_connect_id` string
  - `active` boolean
  - `metadata` object
    - `chariot_organization` object
    - `chariot_connect` object
    - `created_by` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Organization or integration not found

---

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