I am trying to use the digital ocean API in order to automate taking a server snapshot.
I am brand new to API’s. The DO API docs say
" In order to make an authenticated request, include a bearer-type Authorization header containing your OAuth token. All requests must be made over HTTPS."
I have created the OAuth token and created a header Credential with the token.
But things don’t work.
Any insight into how I can get the HTTP node to connect to the DO service via API?
Can you share the workflow with a dummy authorization header (so that I can have a better look)? The DigitalOcean API is relatively straightforward, so I guess you are placing the token in the wrong place.