filters.addresses array. If you have attached more than 200 addresses to the subscription, filters.hasMore will be true and you should paginate the full list using the dedicated addresses endpoint.
Request
GET /v1/subscriptions/:id
Headers
Path parameters
string
required
The subscription ID to retrieve. Always starts with
sub_.Example request
Response
200 OK
When
filters.hasMore is true, there are more than 200 addresses attached to this subscription. Use GET /v1/subscriptions/:id/filters/addresses to paginate the full list.Response fields
string
required
Unique subscription identifier, prefixed with
sub_.object
required
Webhook delivery target.
destination.secret is never returned by this endpoint. To retrieve a new secret, use POST /v1/subscriptions/:id/secrets/rotate.string[]
required
Event kinds this subscription is subscribed to.
object
required
Address filters attached to this subscription.
string
required
"enabled" or "disabled".string
required
Human-readable label. Empty string if none was set.
string
required
ISO 8601 timestamp of when the subscription was created.
string
required
ISO 8601 timestamp of the most recent update.