Hubspot
All of the HubSpot APIs are organized around REST - if you've interacted with a RESTful API already, many of the concepts will be familiar to you. All API calls to HubSpot should be made to the https://api.hubapi.com base domain. We use many standard HTTP features, like HTTP verbs, which can be understood by many HTTP clients. JSON will be returned in all responses from the API, including…
Hubspot endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
createTask /createTask |
Create a new Task. Creating a task of type BLOG_POST, EMAIL, or LANDING_PAGE will create a draft of the respective content and associate it with the Task, returning a contentId… |
| POST |
deleteCalendarTask /deleteCalendarTask |
Deletes Task from system. If there is a content object (Blog post, email, landing page) associated, they will not be affected. |
| POST |
getAllCalendarEvents /getAllCalendarEvents |
Get events from the calendar. The endpoint supports filtering to get the specific events you want. |
| POST |
getCalendarTaskByID /getCalendarTaskByID |
Get a specific calendar task by ID. This endpoint returns a a task by specifying the ID of that task |
| POST |
getCalendarTaskEvents /getCalendarTaskEvents |
Get events from the calendar. The endpoint supports filtering to get the specific events you want. |
| POST |
getContentEvents /getContentEvents |
Get events from the calendar. The endpoint supports filtering to get the specific events you want. |
| POST |
getSocialEvents /getSocialEvents |
Get events from the calendar. The endpoint supports filtering to get the specific events you want. |
| POST |
updateCalendarTask /updateCalendarTask |
Update a Task. this action will replace any existing allowed fields specified. Any fields not included will not change from existing values. |
Hubspot pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — | — |