APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
HubSpot
TokenRequest
HubSpot
· Schema
TokenRequest
Request body for token creation or refresh
Analytics
Commerce
Content
CRM
Customer Service
Email Marketing
Marketing
Marketing Automation
Operations
Sales
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