Hi Freshworks team and fellow developers,
I’m trying to access the /api/v2/agents/me endpoint in Freshservice using OAuth. While this works fine with Basic Auth, OAuth consistently returns:
{
“code”: “access_denied”,
“message”: “You are not authorized to perform this action.”
}
Scope used: freshservice.agents.manage — this works for /api/v2/agents, but not for /agents/me.
Reference thread: Issue in freshservice OAuth — seems to have gone quiet, hoping to revive it.
Questions:
-
Is
/api/v2/agents/meofficially supported in Freshservice? -
If so, what OAuth scopes are required to access it?
-
If not, is there a recommended alternative for retrieving the current agent’s identity via OAuth?
Thanks in advance for any updates or guidance!