autarch
Neophyte
2 days agoOAuth 2.0 Web Check Monitoring
Hello,
I have an API healthcheck URI that I need to monitor. At first I thought I could use the external website web check, but it appears as if that only offers 2 authentication methods: basic and NTLM. The resource I need to monitor requires OAuth 2.0 authentication. For this I need to have:
- OAuth credentials (client ID and secret)
- x-api-key
- Scopes
- Bearer token
I am able to create this in Postman, but not sure how best to approach this on the LogicMonitor platform. Any ideas on the best method to monitor a website that requires OAuth 2.0?