I wanted to experiment with Make + Habitica with custom API calls that aren’t included in the main integration. I started by using code from their documentation and added header items for User ID/API Key (Key omitted from screenshot for privacy reasons) One time it returned a “404 error not found” but most of the time it returned the “unexpected token” error, with the token being t or some other letter.
I am looking for a solution that uses the “Make API Call” action from Habitica with as little coding as possible.
A response is what the api call sends back. Request content is what you send in. Curl examples aren’t going to cut it. The -d option is a key value pair that is converted to json behind the scenes.
That’s good. Their docs are pretty much par for the course. If you really want to understand apis and practice how they work use postman and look for postman collections. That will give you a very thorough understanding.