SSO by subscription reference
GET {{baseUrl}}/subscriptions/:SubscriptionReference/signon/:PageType/?Email=<string>&Lang=<string>&ValidityTime=<string>&ValidationIp=<string>
Create Single Sign On links into 2Checkout myAccount based on subscription references.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Email | string | Shopper's email address | |
| Lang | string | ISO language codes for the product - ISO 639-1. | |
| ValidityTime | string | The time, in seconds, before the single sign-on URL expires. By default, the URL expires after 10 seconds. | |
| ValidationIp | string | The IP address of the shopper, necessary for security purposes. Can be an empty string or a valid IP, or null. |