Saltar al contenido principal
GET
/
cms
/
v3
/
site-search
/
indexed-data
/
{contentId}
Obtener las propiedades indexadas
curl --request GET \
  --url https://api.hubapi.com/cms/v3/site-search/indexed-data/{contentId} \
  --header 'Authorization: Bearer <token>'
{
  "fields": {},
  "id": "<string>",
  "type": "BLOG_POST"
}

Documentation Index

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

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

Supported products

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

contentId
string
requerido
Pattern: .*

Parámetros de consulta

type
string

Respuesta

successful operation

fields
object
requerido

Los campos indexados en HubSpot.

id
string
requerido

El ID del documento en HubSpot.

type
enum<string>
requerido

El tipo de documento. Puede ser "SITE_PAGE", "LANDING_PAGE", "BLOG_POST", "LISTING_PAGE" o "KNOWLEDGE_ARTICLE".

Opciones disponibles:
BLOG_POST,
KNOWLEDGE_ARTICLE,
LANDING_PAGE,
LISTING_PAGE,
SITE_PAGE,
STRUCTURED_CONTENT
Last modified on April 13, 2026