Forum Discussion
@bojanvelevski
I tried with REST Basic Auth Account
Showing Error like
and added authorization code as a header
Add your organization at the end:
https://elastic.snaplogic.com/api/1/rest/public/runtime/ORGANIZATION
- Pretty4 years agoNew Contributor III
@bojanvelevski
After passing org facing same error
- bojanvelevski4 years agoValued Contributor
Authorization should be an HTTP Header, not a Query Parameter and you also have a spelling error in the key:
Make sure that the value of the header is in this format
"Basic {encoded value}"
- SpiroTaleski4 years agoValued Contributor
The “org” should be the name of the SnapLogic Organization that you are working on(or the organization where you want to run the monitoring API on).
Regards,
Spiro Taleski- asahoo3 years agoNew Contributor II
Hi,
Thank you for informing how to authenticate a Rest API.As per Ultra Pipelines documentation - it supports - Token Authentication and No Authentication.
The does not say how to access Ultra Task URLs with No Authentication.How do I expose my Ultra pipeline as a REST API which uses no Authentication?
Please guide.
Regards
Arabinda