All URIs are relative to https://api.forestvpn.com/v2
Method | HTTP request | Description |
---|---|---|
verifyPlayStorePurchase | POST /purchase/google/verify/ | Play store purchase verification |
verifyPlayStorePurchase(playStorePurchaseVerificationRequest)
Play store purchase verification
// Import classes:
//import com.forestvpn.api.client.infrastructure.*
//import com.forestvpn.api.client.models.*
val apiInstance = GoogleForestVPNAPI()
val playStorePurchaseVerificationRequest : PlayStorePurchaseVerificationRequest = // PlayStorePurchaseVerificationRequest |
try {
apiInstance.verifyPlayStorePurchase(playStorePurchaseVerificationRequest)
} catch (e: ClientException) {
println("4xx response calling GoogleForestVPNAPI#verifyPlayStorePurchase")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling GoogleForestVPNAPI#verifyPlayStorePurchase")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
playStorePurchaseVerificationRequest | PlayStorePurchaseVerificationRequest |
null (empty response body)
Configure bearerAuth: ApiClient.accessToken = ""
- Content-Type: application/json
- Accept: application/json