07/27/2023 01:31 AM
Hi,
as per the postman call to get the Access token. we are using client Secret and client id and authorization type is NoAuth
to create a connection json for rest , what would be the authtype in connection json ?
Solved! Go to Solution.
07/27/2023 01:36 AM
Hi @Srinath1 ,
It should be oauth2 in connection json, as below:
"authType": "oauth2"
07/27/2023 02:25 AM
Don't give authType at all. It should work.