Webhooks list under user without administrator permissions

Hi, all.
I’m trying to receive the list of webhooks for my application in JIRA. However, I have some troubles.
When I make REST API request /rest/webhooks/1.0/webhook under user with administrator permissions I get a correct list of webhooks.
But when I make the same request under user without administrator permissions I get an empty list.
Is this correct and only the administrator has access to a list of webhooks?

That is correct. WebHooks are only configurable or visible to Administrators.