---
title: "Create Chariot integration"
method: POST
path: "/organizations/{organization_id}/chariot-integration"
tags: ["Organizations", "Chariot"]
---

# Create Chariot integration

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

Create a new Chariot integration for the specified organization

## Path parameters

- `organization_id` integer, required

## Request body

- object
  - `ein` string — Organization EIN (optional if organization already has EIN)
  - `connect_name` string — Name for the Chariot connect (optional)
  - `webhook_url` string — Webhook URL for notifications (optional)

## Response `201`

Chariot integration created successfully

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

## Other responses

- `400` — Bad request - validation errors or business logic errors
- `403` — Requester is not authorized to perform action
- `404` — Organization not found
- `409` — Conflict - integration already exists

---

[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)
