Confirm Subscription
GET {{aws_simple_notification_service_base_url}}/?AuthenticateOnUnsubscribe&Token&TopicArn
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AuthenticateOnUnsubscribe | null | Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an AWS signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication. | |
Token | null | Short-lived token sent to an endpoint during the Subscribe action. | |
TopicArn | null | The ARN of the topic for which you wish to confirm a subscription. |