Question
API Authentication
Can anyone tell me how I authenticate with an API key? From what I can see this is the command:
curl https://api.smartsheet.com/2.0/users/me \
`-H "Authorization: Bearer ############"
I tried to use the HTTP fusion but the URL doesn't work.
Ultimately, I'm trying to create a Fusion that will watch new rows on a Smartsheet so I can have them added into Workfront.