sherweb_subscriptions_get
Fetch full subscription details for a customer by supplying the customer ID and subscription ID; the tool finds the matching subscription in the customer's list.
Instructions
Get one subscription's full details. Sherweb exposes subscriptions only per customer, so this reads that customer's subscription details and selects the match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | The customer's unique ID (UUID) | |
| subscriptionId | Yes | The subscription's unique ID (UUID) |