I am trying to call GET https://www.googleapis.com/androidpublisher/v2/applications/packageName/purchases/subscriptions/subscriptionId/tokens/token endpoint of google play developer api to get the information about the purchased subscription.But, everytime I receive the below error message when I call this endpoint. Did anyone get this error before ?
{
"error": {
"errors": [
{
"domain": "global",
"reason": "invalid",
"message": "Invalid Value"
}
],
"code": 400,
"message": "Invalid Value"
}
}