How to add authentication on api call trigger
Hi there..
I am making my first steps with Buildship and don't know, how to add an authentication on the API Call trigger.
For exmaple: Allow only webhooks to call the trigger when the correct bearer token is send.
How do I do that?
I am making my first steps with Buildship and don't know, how to add an authentication on the API Call trigger.
For exmaple: Allow only webhooks to call the trigger when the correct bearer token is send.
How do I do that?
Solution
Hey @malte.huener, you can refer to this documentation - https://docs.buildship.com/tutorials/secure-api.
Also, @Your Majesty mentioned right. Yes you can use authorization header to the REST API Call - https://docs.buildship.com/basics/ship-an-api
Also, @Your Majesty mentioned right. Yes you can use authorization header to the REST API Call - https://docs.buildship.com/basics/ship-an-api
