Attributes
| Field | Type | Description |
|---|---|---|
url | string | The HTTPS endpoint that receives webhook deliveries |
events | string[] | The events this subscription is subscribed to. One or more of points.earned, points.redeemed, customer.tier_upgrade, customer.tier_downgrade |
is_active | boolean | Whether deliveries are currently sent to this subscription |
description | string | null | Optional label to help you identify the subscription |
secret | string | The signing secret used to verify delivery signatures. Returned only when the subscription is created and when the secret is rotated, never on get, list, or update |
created_at | string | ISO 8601 timestamp |
updated_at | string | ISO 8601 timestamp |