Hi All,
This afternoon I was looking at the the Eikon Messenger SxS API in Postman while reading the Messenger SxS API Documentation PDF.
I managed to successfully generate my API Key and Product Id and then used those to get a sessionToken.
The Eikon Messenger popped up a screen asking if I would allow myself to access the SxS API and I replied 'Allow...'. All good so far.
Unfortunately when I attempt to send a message using the following endpoint :
/sxs/v2/services/messenger/v1/chat/message/send
... I get the following response :
"isSuccess": false,
"error": {
"code": -32603,
"message": "Couldn't get origin from productId: MDXTECHNOLOGYLIMITED.MDXTCONNECTMAILER"
}
}
What does that error suggest that I have done wrong?
Thanks so much for any advice!
Darren.