Any docs I can find in official website?
If you mean can a webhook send data (GET, POST, PUT, etc.) to a website that is authenticated by OAuth 2.0, the answer is that it is not built-in. If you obtained the access token from an external means a webhook could use it to authorize a call, but it would not be able to handle the refresh token automatically when it expires.