Zum Hauptinhalt springen
GET
/
cms
/
site-search
/
2026-03
/
indexed-data
/
{contentId}
Indexierte Eigenschaften abrufen
curl --request GET \
  --url https://api.hubapi.com/cms/site-search/2026-03/indexed-data/{contentId} \
  --header 'Authorization: Bearer <token>'
{
  "fields": {},
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.de/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Autorisierungen

Authorization
string
header
erforderlich

The access token received from the authorization server in the OAuth 2.0 flow.

Pfadparameter

contentId
string
erforderlich
Pattern: .*

Abfrageparameter

type
string

Antwort

successful operation

fields
object
erforderlich

Die indexierten Felder in HubSpot.

id
string
erforderlich

Die ID des Dokuments in HubSpot.

type
enum<string>
erforderlich

Der Typ des Dokuments. Werte: „SITE_PAGE“, „LANDING_PAGE“, „BLOG_POST“, „LISTING_PAGE“ oder „KNOWLEDGE_ARTICLE“.

Verfügbare Optionen:
BLOG_POST,
KNOWLEDGE_ARTICLE,
LANDING_PAGE,
LISTING_PAGE,
SITE_PAGE,
STRUCTURED_CONTENT
Last modified on April 13, 2026