Help with a simple HTTP query

I need to retrieve an Authorization token from Lengow. Here the API documentation Documentation - Lengow API

The documentation suggest to create this call
curl "https://api.lengow.io/access/get_token" -X POST --data "access_token=XXXXX&secret=XXXXX"

How can I set up that in make?

I tested multiple settings but wasn’t successful. One of the last settings I’ve tried is attached.

Hi,

You need to use Body Type as Application/x-www-url-formencoded.

2 Likes