---
title: "Messaging connection (deprecated)"
method: GET
path: "/api/installation/{id}/messagingConnectionDetails"
tags: ["Installation"]
deprecated: true
---

# Messaging connection (deprecated)

`GET /api/installation/{id}/messagingConnectionDetails`

> **Deprecated.**

Retrieves connection details for subscribing to live AMQP 1.0 charger events  
for the specified installation (requires owner or service permissions).

<b>WARNING:</b> This feature is <b>deprecated</b>.  
Use a single <b>User Group</b> subscription to receive updates for all installations instead.

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- ConnectionDescriptor
  - `type` 0 — 0 = Amqp10
  - `host` string, nullable
  - `port` integer
  - `useSSL` boolean
  - `username` string, nullable
  - `password` string, nullable
  - `topic` string, nullable
  - `subscription` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.dev/zaptec/apis/zaptec-api.md) · [All operations](https://skmtc.dev/zaptec/apis/zaptec-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zaptec/zaptec-api/revisions/6892fe4b8df5/schema)
