-
I have made an integration to call a task in the semaphore UI and set it up with authentication type token. I'm having issue with the authentication. What am I supposed to put in the Auth header bear, basic? I have tried different things but I haven't been able to make a successful call. It works if I just leave authentication blank. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Nvm figured it out sorry guys. It was my curl syntax |
Beta Was this translation helpful? Give feedback.
-
@gos0018 how did you do it :) I'm currently trying to set it up but can't see from documentation how the curl command should be generated :) |
Beta Was this translation helpful? Give feedback.
Hey Kris sorry for the late response. You first need to setup a couple things:
curl -POST <url_alias> -H 'Content-Type: application/json' -H ': '
You can also pass data to your…