Prepares to subscribe an endpoint by sending the endpoint a confirmation message.

C# |
SubscribeResponse Subscribe( SubscribeRequest request )

- request (SubscribeRequest)
- Subscribe request

Subscribe Response from the service

To actually create a subscription, the endpoint owner must call the ConfirmSubscription
action with the token from the confirmation message. Confirmation tokens are valid for three days.