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 SMTP Token Management API

Create, query, and manage SMTP API tokens for transactional email sending

HubSpot SMTP Token Management 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 SMTP Token Management. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, code examples, and 652 JSON Schemas.

This API exposes 5 operations across 3 paths, and defines 8 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.

5 operations 3 paths 8 schemas 1 DELETE2 GET2 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 SMTP Token Management API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 1 scope.

Paths & Operations 5

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

SMTP Token Management 5

Create, query, and manage SMTP API tokens for transactional email sending

GET
/marketing/v3/transactional/smtp-tokens
Hubspot List All Smtp Tokens
listSmtpTokens 4 params → 200default
POST
/marketing/v3/transactional/smtp-tokens
Hubspot Create an Smtp Token
createSmtpToken body → 201default
GET
/marketing/v3/transactional/smtp-tokens/{tokenId}
Hubspot Get an Smtp Token by Id
getSmtpTokenById 1 param → 200default
DELETE
/marketing/v3/transactional/smtp-tokens/{tokenId}
Hubspot Delete an Smtp Token
deleteSmtpToken 1 param → 204default
POST
/marketing/v3/transactional/smtp-tokens/{tokenId}/password-reset
Hubspot Reset Smtp Token Password
resetSmtpTokenPassword 1 param → 200default

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are SmtpTokenWithPassword (7 properties), Error (7 properties), SmtpToken (6 properties), ErrorDetail (5 properties). Each schema is shown below with its type and property counts.

ErrorDetail
object
Detailed error information
5 properties 1 required
SmtpTokenCollectionResponse
object
A paginated collection of SMTP tokens
2 properties 1 required
SmtpTokenCreateRequest
object
Request body for creating an SMTP token
2 properties 2 required
Paging
object
Pagination information
1 property
SmtpTokenWithPassword
object
SMTP token with password (returned only on creation or password reset)
7 properties 6 required
SmtpToken
object
Represents an SMTP API token for transactional email sending
6 properties 5 required
NextPage
object
Information about the next page
2 properties 1 required
Error
object
Error response
7 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hubspot-smtp-token-management-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