Question
Fetching the activity URL using the API
We have a requirement to notify authors if their experiences are rendered properly. To achieve this, we need to retrieve the activity location (URL) to incorporate it into a Puppeteer script.
I have already explored the Target API, and it seems that the Activity Location is the only missing information from the response.
Is there any way of fetching the activity URL using the API?
Thank you!