Skip to main content

Hey everyone,

 

we currently have the need for us that we need to create a new entity after a special service request has been raised in another tool we use. This is only possible via API Request.

 

The issue I now have is that the application only allows OAuth2.0 and Freshservice does not support it.

Especially getting the Bearer token is impossible as the standard OAuth2.0 needs Content-Type to be application/x-www-form-urlencoded and this is not supported.

 

Is there any way possible or do we need to ask for a feature request?

Creating a OAuth 2.0 credential object worked for as. Have you tried it?

 


Reply