Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

HubSpot Emails API

Operations for managing email engagement records

HubSpot Emails API is one of 93 APIs that HubSpot publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 652 JSON Schema definitions.

Tagged areas include Emails. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, code examples, and 652 JSON Schemas.

This API exposes 6 operations across 3 paths, and defines 10 schemas. It is described by OpenAPI 3.1.0, at version 3.0.0.

Requests are made against a single base URL, https://api.hubapi.com.

6 operations 3 paths 10 schemas 1 DELETE2 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.0.0
Base URL
https://api.example.com
Authentication
OAuth 2.0
License
Resource Areas
1

Authentication & Security 1

HubSpot Emails API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 1 scope.

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 PATCH, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Emails 6

Operations for managing email engagement records

GET
/crm/v3/objects/emails
Hubspot List Email Engagements
listEmailEngagements 4 params → 200401
POST
/crm/v3/objects/emails
Hubspot Create an Email Engagement
createEmailEngagement body → 201400401
GET
/crm/v3/objects/emails/{emailId}
Hubspot Get an Email Engagement
getEmailEngagement 3 params → 200401404
PATCH
/crm/v3/objects/emails/{emailId}
Hubspot Update an Email Engagement
updateEmailEngagement 1 param body → 200400401404
DELETE
/crm/v3/objects/emails/{emailId}
Hubspot Archive an Email Engagement
deleteEmailEngagement 1 param → 204401404
POST
/crm/v3/objects/emails/search
Hubspot Search Email Engagements
searchEmailEngagements body → 200400401

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are EmailEngagement (6 properties), SearchRequest (6 properties), Error (4 properties), Filter (3 properties). Each schema is shown below with its type and property counts.

EmailEngagement
object
A HubSpot email engagement record.
6 properties
CollectionResponseEmailEngagement
object
2 properties
FilterGroup
object
1 property
Error
object
4 properties
SimplePublicObjectInput
object
1 property
SearchRequest
object
6 properties
Association
object
2 properties
Filter
object
3 properties
Paging
object
1 property
CollectionResponseAssociation
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hubspot-emails-api-openapi.yml Raw ↑

Other APIs HubSpot publishes across the network.

HubSpot Posts API
HubSpot URL Redirects API
HubSpot Pipelines API
HubSpot Products API
HubSpot Line Items API
HubSpot Quotes API
HubSpot CRM Properties API
HubSpot Owners API
HubSpot CRM Imports API
HubSpot Custom Objects API
HubSpot Marketing Events API
HubSpot Forms API