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

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

The indexed fields in HubSpot.

id
string
erforderlich

The ID of the document in HubSpot.

type
enum<string>
erforderlich

The type of document. Can be SITE_PAGE, LANDING_PAGE, BLOG_POST, LISTING_PAGE, or KNOWLEDGE_ARTICLE.

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