Get Subscription
Authentication
Path parameters
The unique identifier of the subscription to retrieve (UUID).
Query parameters
Include the signing secret for webhook signature verification. Keep this secret secure and use it to verify the ‘svix-signature’ header.
Response
Unique identifier for this subscription (UUID format)
When this subscription was created (ISO 8601 format, UTC)
When this subscription was last updated (ISO 8601 format, UTC)
Optional human-readable description of this subscription
Health status of this subscription based on recent delivery attempts. Values: ‘healthy’ (all recent deliveries succeeded), ‘degraded’ (mix of successes and failures), ‘failing’ (consecutive failures beyond threshold), ‘unknown’ (no delivery data yet).
The signing secret for webhook signature verification. Only included when include_secret=true is passed to the API. Keep this secret secure.