HubSpot
The simplest HubSpot API you have ever seen!
TL;DR
This API proxy lets you do any operation on your HubSpot data but removes from you all the complexity of setting up and using the classic HubSpot API π€©
No need to worry about setting up a connected app, rotating the security token, using bulk API or not, record formatting and more! Everything is managed for you πββοΈ
Operations:
Regions π
Depending on your region, you can use
πͺπΊ https://eu.api-proxy.stacksync.com/
πΊπΈ https://us.api-proxy.stacksync.com/
Get
Get the content of up to 100 records. The number of records returned matches the number of Ids passed in the request.
You can pass the optional fields parameter (list of field names that you want to be returned for each record). If the list of fields is not passed or is empty "fields":[], all fields are returned.
Example response body:
Add a custom field to a HubSpot object
Add a custom field to a HubSpot object. Standard and custom objects are supported.
The required request body parameters are:
nameThe internal property name, which must be used when referencing the property via the API.labelA human-readable property label that will be shown in HubSpot.typeThe data type of the property.fieldTypeControls how the property appears in HubSpot.groupNameThe name of the property group the property belongs to.
Each type has one or more valid fieldTypes, using incompatible type and fieldType will not work. The full list of types and fieldTypes and valid combinations can be found here.
Example Response Body:
Example requests for different field types for the HubSpot Company object:
For enumeration, the options property is required. The options property is a list of objects with the following properties:
label(required) The display name of the option.value(required) The value of the option which will be used internally.description(optional) A text description for the option.hidden(optional) If true, the property won't be visible and can't be used in forms.
Example of full cURL request:
Pass Through
Make a request to any HubSpot API which supports OAuth by providing the URL, Request Method and the Request Body.
A request will be sent to the URL provided using the request method and request body. The request body can be empty.
Example request:
Create a new HubSpot Contact
Example response:
Get the schema / columns of a standard Hubspot object
Get the schema / columns of custom Hubspot objects
Last updated

