isTrialAllowedCopy Page❗️DeprecatedJSON-RPC API is deprecated. The method will verify if a user with a given email exists in the database and purchased a specified offer in the past Parameters NameTypeDescriptionpublisherTokenstringYour publisher token. To open enterprise account contact uscustomerEmailstringCustomer's email addressofferId*stringOffer ID, e.g. S123123123_US Result Parameters NameTypeDescriptiontrialAvailablebooleanInformation about user eligibility for trial period API Request/Response Request JSON{ "method": "isTrialAllowed", "params": { "publisherToken":"CybqkiTFp4gTKYvuBImBXzn86yMo8VY4fyZNdl-CfFhxGDw9", "customerEmail":"[email protected]", "offerId":"P770818221_FR" }, "id":1, "json-rpc":"2.0" } Response JSON{ "result":{ "trialAvailable":true }, "id":"1", "error":null, "jsonrpc":"2.0" } ErrorCodes CodeDescription3Invalid publisher token4Invalid offer ID10Invalid user emailUpdated 4 months ago API Reference OverviewDid this page help you?YesNo