getUnsubscribe
Retrieve a single unsubscribe record by its unique ID. Quickly check or verify a specific unsubscribe entry from your directory.
Instructions
Get a single unsubscribe record - Fetch a single unsubscribe record. Read-only.
Use when: checking one unsubscribe record by ID.
Required: id.
See also: listUnsubscribes (enumerate many).
Returns: { status: "success", message: [{...record}] } - the message array contains 1 record when found. Empty or HTTP 404 when not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |