What is the redirect_uri in Alexa Skill Activation API?
Background I'm implementing Alexa's App-to-App Account Linking Flow, and I'm stuck on Step 6 - enabling the skill using Alexa's Skill Activation API. Concretely, I am not sure what value to supply to the redirect_uri POST field. In the docs,…