# Get integration details Get details for a specific integration Endpoint: GET /integrations/{integration_id} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `integration_id` (string, required) Example: "int_3bbb4fe7-4c25-45b2-a363-c8db8c0084b9" ## Response 200 fields (application/json): - `id` (string) The unique identifier for the integration - `name` (string) The name of the integration - `type` (string) The type of the integration - `data` (object) The integration data ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 500 fields