Connection Json

Srinath1
New Contributor II
New Contributor II

Hi,

as per the postman call to get the Access token. we are using client Secret and client id and authorization type is NoAuth

Srinath1_0-1690446441212.png

to create a connection json for rest , what would be the authtype in connection json ?

 

2 REPLIES 2

pmahalle
Valued Contributor II
Valued Contributor II

Hi @Srinath1 ,

It should be oauth2 in connection json, as below:

"authType": "oauth2"


Regards,

Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept it As Solution to help others who may have a similar problem.

saipraveengv
New Contributor III
New Contributor III

Don't give authType at all. It should work.