Hello,
I’m trying out accessing my Freshservice instance using OAuth2 in Postman.
I found how to setup OAuth Credentials but the doc Freshworks Developer Docs | Use request method + OAuth to access Freshworks resources do not say anything about Auth URL and Access Token URL that I need to add in Postman.
I tried /oauth/authorize and oauth/token
But I get
{
“error”: “invalid_id”,
“error_description”: “invalid identifier value”
}