HubSpot
Get Hubspot Object Data
Retrieve data for any supported Hubspot object type based on a query or get the most recent object.
POST
Authorizations
Bearer token from your account (https://agent.ai/user/settings#credits)
Body
application/json
Type of Hubspot object to retrieve (e.g., company, contact, deal).
Available options:
company
, contact
, deal
, ticket
Example:
"company"
Search query to find specific object. Defaults to '_most_recent_company' if not provided or too short (or '_most_recent_contact' if object_type is 'contact').
Example:
"Acme Corporation"