Hi.
It looks like to me that calling
Alexa API for ISP [1],
2 times,
with the token received in Connections.Response (which is basically what we send to Alexa via Connections.SendRequest) for the Upsell is not working. The first call to the API works but the second call using the same token is not, and I get invalid token error [2].
I wonder what is the reason that this token is not accepted more than once? Thanks.
----------
[1]
apiEndpoint = "api.amazonalexa.com"
apiPath = "/v1/users/~current/skills/~current/inSkillProducts"
[2]
403 ({ "type": "FORBIDDEN", "message": "The authentication token is not valid." } )