Hubspot

Get Authorization URL

get
Query parameters
company_idintegerRequired

The ID of the company

Responses
200

Successful retrieval of the authorization URL.

application/json
get
/hubspot
200

Successful retrieval of the authorization URL.

Remove Connected Account

delete
Body
company_idintegerRequired

The ID of the company

Responses
200

Successful removal of connected account.

application/json
delete
/hubspot
200

Successful removal of connected account.

Get Authorization Token

get
Query parameters
company_idintegerRequired

The ID of the company

auth_tokenstringRequired

The authorization token

Responses
200

Successful retrieval of the authorization token.

application/json
get
/hubspot/token
200

Successful retrieval of the authorization token.

Update Contacts

put
Body
company_idintegerRequired

The ID of the company

Responses
200

Successful update of contacts.

application/json
put
/hubspot/users
200

Successful update of contacts.

Export Contacts

put
Body
company_idintegerRequired

The ID of the company

lead_idsinteger[]Optional

The list of lead IDs to export (optional)

Responses
200

Successful export of contacts.

application/json
put
/hubspot/contacts
200

Successful export of contacts.

Update HubSpot Configuration

put
Body
company_idintegerRequired

The ID of the company

lead_statusstringOptional

The lead status to update (optional)

auto_syncbooleanOptional

Whether to enable auto-sync (optional)

owner_idintegerOptional

The ID of the owner (optional)

Responses
200

Successful update of HubSpot configuration.

application/json
put
/hubspot/config
200

Successful update of HubSpot configuration.

Get HubSpot Owners

get
Query parameters
company_idintegerRequired

The ID of the company

Responses
200

Successful retrieval of HubSpot owners.

application/json
get
/hubspot/owners
200

Successful retrieval of HubSpot owners.

Get Connected Account Status

get
Query parameters
company_idintegerRequired

The ID of the company

Responses
200

Successful retrieval of connected account status.

application/json
get
/hubspot/status
200

Successful retrieval of connected account status.

Last updated