# Hubspot
# Integration json
{
"name": "Hubspot",
"auth": {
"authorizationURL": "https://app.hubspot.com/oauth/authorize",
"tokenURL": "https://api.hubapi.com/oauth/v1/token",
"authType": "OAUTH2",
"tokenParams": {
"grant_type": "authorization_code",
"client_id": "{{client_id}}",
"client_secret": "{{client_secret}}"
},
"auth": { "response_type": "code" }
},
"request": {
"baseURL": "https://api.hubapi.com/",
"headers": {
"Accept": "application/json",
"Authorization": "Bearer {{accessToken}}",
"User-Agent": "Vizir"
}
},
"website": "hubspot.com",
"image": "https://logo.clearbit.com/hubspot.com"
}