}
}
// the callback does not yet exist. create it and store it
String subscriptionId = UUID.randomUUID().toString();
Callback callback = new Callback(subscriptionId, callbackUrl, callbackMethod);
subscriptions.add(callback);
// store the subscriptions
putSubscriptions(event, subscriptions);