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": {}
}View the details for an existing object type. See creating an object type or the overview page for details on the returned fields.
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": {}
}Scope requirements
The id of the object type you want to get.
Your Developer HAPIkey. This must be a Developer HAPIkey associated with the Developer portal that the OAuth app was created in.
Was this page helpful?