HOVER uses the OAuth 2.0 protocol for API authentication. OAuth is a framework that enables applications to obtain limited access to HTTP services
These requests will help you understand how to authenticate your integrations with HOVER. In order to obtain API credentials, first create an integration in your HOVER account.
Why would I use this?
This endpoint is used to acquire a new access token/refresh token pair, which you'll need to access your data in Hover via the API.
Manually Generating an Access Token
To manually generate an access token, fill out the section below, using the authorization code you generated on the previous page, and the client ID and Key from your integration. Run the resulting curl (in the right hand panel) in your command line to retrieve the acces token.