Solved
Forum Discussion
sriram
8 years agoFormer Employee
Basic auth is not required as long as a valid bearer token is used:
<SnapLogic_Task_URL>?bearer_token=VALUE
Example to invoke triggered tasks:
https://elastic.snaplogic.com/api/1/rest/slsched/feed/org/project_space/project_name/task_name?bearer_token=value
SuhasPothedar
8 years agoNew Contributor II
Thank you very much, it is working now. Before this, i was directly passing Auth in the url, may be that’s why it didn’t work.