Get subscription details
This endpoint returns details of a specific subscription.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Response
Successfully retrieved subscription
id
Unique ID of the subscription
name
Unique name of the subscription
endpointUrl
Target URL for the webhook delivery
secretRef
Reference name of the secret used for signing
eventTypes
List of event types subscribed to. If null or empty, all event types are received.
isActive
Whether the subscription is active
description
Optional description
createdTime
Time when the subscription was created
updatedTime
Time when the subscription was last updated
createdBy
Username of the user who created the subscription
updatedBy
Username of the user who last updated the subscription
secretValue
Plaintext secret value, populated only on create when the secret was auto-generated. Returned once.
Errors
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
5XX
Server Error