Retrieve a 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.
Note: HubSpot access tokens will fluctuate in size as the information that’s encoded in them changes over time. It’s recommended to allow for tokens to be up to 300 characters to account for any potential changes.
The access token that you want to retrieve information about.
successful operation
The ID of the application associated with the access token.
The time in seconds until the access token expires.
The ID of the HubSpot account associated with the access token.
The access token string used to make API calls.
The type of token, typically indicating the authentication scheme. Typically bearer.
The ID of the hubspot user for whom the access token was created.
The domain of the HubSpot account associated with the access token.
Indicates whether the token is for a privately distributed application. If false, it is marketplace distributed.
The email address of the hubspot user for whom the access token was created.