HubSpot · Schema

TokenRequest

Request body for token creation or refresh

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
grant_type string The type of grant being requested
client_id string The client ID of your application
client_secret string The client secret of your application
redirect_uri string The redirect URI (required for authorization_code grant)
code string The authorization code (required for authorization_code grant)
refresh_token string The refresh token (required for refresh_token grant)
View JSON Schema on GitHub