---
title: "Messaging connection"
method: GET
path: "/api/userGroups/{id}/messagingConnectionDetails"
tags: ["UserGroup"]
---

# Messaging connection

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

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


For more details on working with AMQP and Service Bus, refer to the  
<a href="https://learn.microsoft.com/en-us/azure/service-bus-messaging/" target="_blank">
Microsoft Azure Service Bus documentation</a>.

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