Retrieve a refresh token’s metadata, including the email address of the user that the token was created for and the ID of the account it’s associated with. Learn more about refresh tokens.
The refresh token to retrieve information about.
successful operation
The client ID of the application that the refresh token was issued for.
The ID of the HubSpot account associated with the refresh token.
The access token string used to make API calls.
The type of token, typically indicating the OAuth token type. Typically bearer.
The ID of the hubspot user associated with the refresh token.
The domain of the HubSpot account associated with the refresh token.
The email address of the hubspot user associated with the refresh token.