v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Organizations
Chariot

Get Chariot integration details

Retrieve the Chariot integration details for a specific organization

get/organizations/{organization_id}/chariot-integration

Path parameters

organization_idinteger required
Example:123

The ID of the organization

Response

Chariot integration details retrieved successfully

idinteger
organization_idinteger
chariot_organization_idstring
chariot_connect_idstring
activeboolean
created_atstring date-time
updated_atstring date-time

Example response

{
  "id": 1,
  "organization_id": 123,
  "chariot_organization_id": "org_123456",
  "chariot_connect_id": "conn_789012",
  "active": true,
  "metadata": {
    "created_by": 456
  }
}