Zum Hauptinhalt springen
GET
/
extensions
/
sales-objects
/
v1
/
object-types
/
{objectTypeId}
View an object type
curl --request GET \
  --url https://api.hubapi.com/extensions/sales-objects/v1/object-types/{objectTypeId}
{
  "id": 123,
  "applicationId": 123,
  "baseUris": [
    "<string>"
  ],
  "dataFetchUri": "<string>",
  "title": "<string>",
  "propertyDefinitions": [
    {}
  ],
  "associatedHubSpotObjectTypes": [
    "<string>"
  ],
  "associatedHubSpotObjectTypeProperties": {}
}

Pfadparameter

objectTypeId
string
erforderlich

The id of the object type you want to get.

Abfrageparameter

hapikey
string
erforderlich

Your Developer HAPIkey. This must be a Developer HAPIkey associated with the Developer portal that the OAuth app was created in.

Antwort

200 - application/json

Successful response - Object type details retrieved successfully

id
integer
applicationId
integer
baseUris
string[]
dataFetchUri
string
title
string
propertyDefinitions
object[]
associatedHubSpotObjectTypes
string[]
associatedHubSpotObjectTypeProperties
object
Last modified on April 9, 2026