GET
/
cms
/
v3
/
url-redirects
/
{urlRedirectId}
Obtener detalles de un redireccionamiento
curl --request GET \
  --url https://api.hubapi.com/cms/v3/url-redirects/{urlRedirectId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3212223134",
  "createdAt": "2017-07-24T17:24:09.141Z",
  "updatedAt": "2017-07-24T17:24:09.141Z",
  "routePrefix": "http://test.hs-sites.com/(?P<page_slug>.*)",
  "destination": "http://www.example.online/{page_slug}",
  "isOnlyAfterNotFound": true,
  "isMatchFullUrl": true,
  "isMatchQueryString": false,
  "isPattern": false,
  "isTrailingSlashOptional": true,
  "isProtocolAgnostic": true
}
Productos compatibles
Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing HubPro
Sales HubSales HubGratuito
Service HubService HubGratuito
Content HubContent HubStarter

Ámbitos Requeridos

Esta API requiere uno de los siguientes ámbitos:
  • content

Authorizations

Authorization
string
header
required

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

Path Parameters

urlRedirectId
string
required

El ID del redireccionamiento de destino.

Response

successful operation

The response is of type object.