I’m following this API documentation to authenticate and can successfully do so in Postman. However, with the HTTPCaller it keeps returning a 400 error:
"error": {
"code": "no_grant_type_provided",
"message": "Bad Request",
"status": 400
},
I feel like I’m close but can’t crack this nut...what am I doing wrong??
Postman:
HTTPCaller: