Dear all
I am struggling with getting the access token from hubspot oauth server.
Read a few related comments, tried several suggestions, but still no success.
Certainly I followed the respective manual, but from my side of view, there are somehow a missing part.
The manual does not contain an example of a URL how it should looks like.
As close to the manual, my URL to get the access token looks like this:
-X POST
--header accept: application/json\
--header content-type: application/x-www-form-urlencoded\
https://api.hubapi.com/oauth/v1/token?client_id=f2466572-8de0-448d-9147-109e294701eb&client_secret=56e329a6-0912-4aca-af3d-4e5d12ac3782&code=eu1-da29-950c-4a94-8afb-7c2015d2bee6&grant_type=authorization_code
At least I get back a message in JSON Format: It says: Missing or unknown grant type
May anybody give me a hint where I am wrong or better, can tell me how the calling URL should look like?
Any kind of help in this case is very welcome.
Best regards
dmswissdive