unifi_get_voucher
Retrieve details of a specific UniFi hotspot voucher by providing its ID and site ID. Use this to inspect individual voucher information.
Instructions
Get a specific hotspot voucher by ID (same fields as the list entry).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | Site ID | |
| voucherId | Yes | Voucher ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| code | No | ||
| name | No | ||
| expired | No | ||
| createdAt | No | ||
| expiresAt | No | ||
| activatedAt | No | ||
| rxRateLimitKbps | No | ||
| txRateLimitKbps | No | ||
| timeLimitMinutes | No | ||
| authorizedGuestCount | No | ||
| authorizedGuestLimit | No | ||
| dataUsageLimitMBytes | No |