Hello everyone,
I need to connect Make to an external API and I have the documentation
https://my.ogust.com/api/v2/documentation.php
Apparently, I therefore need to generate a token using a public key (which I have) and a private key (same).
What I’ve done:
Module HTTP ‘make an API KEY Auth request’
URL: https://api.ogust.com/api/v2/apiogust.php?method=getToken
Headers item 1: publickey with the value
Headers item 2: privatekey with the value
Method: POST
Body type: raw
Content type: json
Request content: get_token
But it’s not working so I don’t know what to do.
Can someone help me please?
Thanks a lot!