Hi all,
i need to get the list of reminders to update the info and, for instance, change the time in OUT OF SESSION mode, in order to manage the reminders in a custom app, without speak to the device.
I have reviewed all the recommended links in this forum. I am not able to find out the way to perform this operations.
I am able to get an access token, but with this access token i cannot use the reminders api.
With more detail:
I get the Bearer token with using this url:
https://api.amazon.com/auth/o2/token
After getting the token correctly I try this to get all the reminders using this url:
https://api.eu.amazonalexa.com/v1/alerts/reminders
But I always get 401 error.
All the people asking for this topic are missing something.
Using this token i can send successfully a message to my skill using the url https://api.eu.amazonalexa.com/v1/skillmessages/users/amzn1.ask.account.AFVOXXXXXXXXX
But i don´t know the relationship between the reminders APIand the messagging API.
Do you have some example code to get the reminders using out of session mode.
Please, can someone help me in some way.
Thanks a lot.