Notification Subscriptions
Retrieve a Notification Subscription
Retrieve the details of a specific notification subscription, including its event name and notification frequency.
Permissions - The authenticated user must be the owner of the subscription.
Returns - A JSON object with a data key containing the subscription details. - Each subscription describes the event being subscribed to and the frequency at which notifications are sent.
get/subscriptions/{subscription_id}/
Path parameters
subscription_idstring required
The unique identifier of the notification subscription.
Response
Successful retrieval of the subscription.