How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

HubSpot CRM Quotes API

HubSpot CRM Quotes — 14 operation(s) from HubSpot's published OpenAPI.

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

This API exposes 692 JSON Schema definitions.

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

This API exposes 14 operations across 10 paths, organized into 3 resource areas, and defines 40 schemas. It is described by OpenAPI 3.0.1, at version 2026-03.

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

14 operations 10 paths 40 schemas 2 DELETE2 GET1 PATCH7 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2026-03
Base URL
https://api.hubapi.com
Authentication
API Key, OAuth 2.0, API Key, API Key
Resource Areas
3

Authentication & Security 4

HubSpot CRM Quotes API declares 4 security schemes for authenticating requests. An API key is passed in the query as hapikey (developer_hapikey). It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 82 scopes. An API key is passed in the header as private-app (private_apps). An API key is passed in the header as private-app-legacy (private_apps_legacy).

Paths & Operations 14

Across 10 paths, the API surfaces 14 operations — 2 DELETE, 2 GET, 1 PATCH, 7 POST, 2 PUT. They span 3 resource areas: Basic, Batch, Search. Each is listed below with its method, path, parameters, and response codes.

Basic 7
GET
/crm/objects/2026-03/quotes
List
get-/crm/objects/2026-03/quotes_getPage 6 params → 200default
POST
/crm/objects/2026-03/quotes
Create
post-/crm/objects/2026-03/quotes_create body → 201default
GET
/crm/objects/2026-03/quotes/{quoteId}
Read
get-/crm/objects/2026-03/quotes/{quoteId}_getById 6 params → 200default
DELETE
/crm/objects/2026-03/quotes/{quoteId}
Archive
delete-/crm/objects/2026-03/quotes/{quoteId}_archive 1 param → 204default
PATCH
/crm/objects/2026-03/quotes/{quoteId}
Update
patch-/crm/objects/2026-03/quotes/{quoteId}_update 2 params body → 200default
PUT
/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId}
put-/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId}_/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId} 4 params body → 201default
DELETE
/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId}
delete-/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId}_/crm/objects/2026-03/{objectType}/{objectId}/associations/{toObjectType}/{toObjectId} 4 params → 204default
Batch 6
POST
/crm/objects/2026-03/quotes/batch/archive
Archive a batch of quotes by ID
post-/crm/objects/2026-03/quotes/batch/archive_archive body → 204default
POST
/crm/objects/2026-03/quotes/batch/create
Create a batch of quotes
post-/crm/objects/2026-03/quotes/batch/create_create body → 201207default
POST
/crm/objects/2026-03/quotes/batch/read
Read a batch of quotes by internal ID, or unique property values
post-/crm/objects/2026-03/quotes/batch/read_read 1 param body → 200207default
POST
/crm/objects/2026-03/quotes/batch/update
Update a batch of quotes by internal ID, or unique property values
post-/crm/objects/2026-03/quotes/batch/update_update body → 200207default
POST
/crm/objects/2026-03/quotes/batch/upsert
Create or update a batch of quotes by unique property values
post-/crm/objects/2026-03/quotes/batch/upsert_upsert body → 200207default
PUT
/crm/objects/2026-03/{fromObjectType}/{fromObjectId}/associations/default/{toObjectType}/{toObjectId}
put-/crm/objects/2026-03/{fromObjectType}/{fromObjectId}/associations/default/{toObjectType}/{toObjectId}_/crm/objects/2026-03/{fromObjectType}/{fromObjectId}/associations/default/{toObjectType}/{toObjectId} 4 params → 200default
Search 1
POST
/crm/objects/2026-03/quotes/search
Search for quotes using specified criteria.
post-/crm/objects/2026-03/quotes/search_doSearch body → 200default

Schemas 40

The contract defines 40 schemas that model the data the API accepts and returns. The most detailed are SimplePublicUpsertObject (11 properties), SimplePublicObjectWithAssociations (11 properties), SimplePublicObject (10 properties), BatchResponseSimplePublicObjectWithErrors (8 properties). Each schema is shown below with its type and property counts.

AssociatedId
object
Contains the id and type of an association
2 properties 2 required
AssociationSpec
object
Defines the type, direction, and details of the relationship between two CRM objects.
2 properties 2 required
BatchInputSimplePublicObjectBatchInput
object
1 property 1 required
BatchInputSimplePublicObjectBatchInputForCreate
object
1 property 1 required
BatchInputSimplePublicObjectBatchInputUpsert
object
1 property 1 required
BatchInputSimplePublicObjectId
object
1 property 1 required
BatchReadInputSimplePublicObjectId
object
Specifies the input for reading a batch of CRM objects, including arrays of object IDs, requested property names (with optional history), and an optional uniqu…
4 properties 3 required
BatchResponsePublicDefaultAssociation
object
The response returned after performing a batch operation on associations.
8 properties 4 required
BatchResponseSimplePublicObject
object
A public object batch response object
6 properties 4 required
BatchResponseSimplePublicObjectWithErrors
object
Represents the result of a batch operation on CRM objects, including the processing status, batch results, timestamps, and a list of any errors encountered dur…
8 properties 4 required
BatchResponseSimplePublicUpsertObject
object
Represents the result of a batch upsert operation, including the operation’s status, timestamps, and a list of successfully created or updated objects.
6 properties 4 required
BatchResponseSimplePublicUpsertObjectWithErrors
object
Represents the response from a batch upsert operation, including the status, timestamps, successfully processed objects, and any errors that occurred during pr…
8 properties 4 required
CollectionResponseAssociatedId
object
2 properties 1 required
CollectionResponseSimplePublicObjectWithAssociationsForwardPaging
object
2 properties 1 required
CollectionResponseWithTotalSimplePublicObject
object
Represents a list of simple objects returned from an API request, along with the total count of objects available.
3 properties 2 required
Error
object
Represents an error response returned by the API when an operation fails. This component is used in various endpoints to provide detailed information about the…
7 properties 3 required
ErrorDetail
object
Represents detailed information about an error that occurred in the API. This component is used to provide additional context and specifics about errors, typic…
5 properties 1 required
Filter
object
Defines a single condition for searching CRM objects, specifying the property to filter on, the operator to use (such as equals, greater than, or contains), an…
5 properties 2 required
FilterGroup
object
1 property 1 required
ForwardPaging
object
Paging information for forward-only pagination. Contains the next page reference when more results are available; omitted or empty on the last page.
1 property
LabelsBetweenObjectPair
object
The relationship descriptors applicable between two object types.
5 properties 5 required
NextPage
object
Specifies the paging information needed to retrieve the next set of results in a paginated API response
2 properties 1 required
Paging
object
2 properties
PreviousPage
object
specifies the paging information needed to retrieve the previous set of results in a paginated API response
2 properties 1 required
PublicAssociationsForObject
object
2 properties 2 required
PublicDefaultAssociation
object
3 properties 3 required
PublicObjectId
object
Contains the Id of a Public Object
1 property 1 required
PublicObjectSearchRequest
object
Describes a search request
6 properties 5 required
PublicObjectWarning
object
3 properties 3 required
SimplePublicObject
object
A simple public object.
10 properties 5 required
SimplePublicObjectBatchInput
object
Contains an array of CRM object records to be processed in a batch operation, each defined by their ID and properties.
4 properties 2 required
SimplePublicObjectBatchInputForCreate
object
An input object that contains a collection of objects to be created together in a batch.
3 properties 2 required
SimplePublicObjectBatchInputUpsert
object
Represents an object used in batch upsert operations, containing an object’s unique identifier, its properties, and optionally the unique property name and a w…
4 properties 2 required
SimplePublicObjectId
object
Contains the Id of a Public Object
1 property 1 required
SimplePublicObjectInput
object
Represents the input required to create or update a CRM object, containing an object with property names and their corresponding values.
1 property 1 required
SimplePublicObjectInputForCreate
object
Is the input object used to create a new CRM object, containing the properties to be set and optional associations to link the new record with other CRM object…
2 properties 2 required
SimplePublicObjectWithAssociations
object
Represents a CRM object along with its properties, timestamps, and a set of associated object IDs grouped by association type.
11 properties 5 required
SimplePublicUpsertObject
object
Represents a CRM object that has either been created or updated (upserted)
11 properties 6 required
StandardError
object
Represents a standard error response in the HubSpot API, providing detailed information about an error that occurred during an API request.
8 properties 6 required
ValueWithTimestamp
object
Property model that includes timestamp.
6 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hubspot-crm-quotes-api-openapi.yml Raw ↑

Other APIs HubSpot publishes across the network.

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
HubSpot Workflows API
Where this information came from

This is an independent, third-party profile of HubSpot CRM Quotes API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.