Hi everyone, I am trying to implement the sample function provided at https://docs.mongodb.com/stitch/logs/api/ to export my trigger execution logs. I am getting an error stating that the method “authenticate” is not defined, and I suspect the URL is actually wrong as it won’t resolve.
Do you know what the value for this variable should be?
const ADMIN_API_BASE_URL = “https://stitch.mongodb.com/api/admin/v3.0”;
Thanks!