GET
/
cms
/
v3
/
url-redirects
/
{urlRedirectId}
Details für eine Weiterleitung abrufen
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
}
Unterstützte Produkte
Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing HubProfessional
Sales HubSales HubKostenlos
Service HubService HubKostenlos
Content HubContent HubStarter

Erforderliche Bereiche

Diese API erfordert einen der folgenden Bereiche:
  • 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

Die ID der Ziel-Weiterleitung.

Response

successful operation

The response is of type object.