Accessing Freshworks(Service) using OAuth2

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”
}

@danielsoderlund did you find the answer to your issue? We are having the exact same issue after implementing the JWT SSO OAuth

Thanks,

I haven’t tested it yet but found this page and in the image you can see the url to the token Freshworks Developer Docs | Implement OAuth authorization flow in external apps (that access Freshworks resources)