Passer au contenu principal
GET
/
cms
/
url-redirects
/
2026-03
cURL
curl --request GET \
  --url https://api.hubapi.com/cms/url-redirects/2026-03 \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "created": "2023-11-07T05:31:56Z",
      "destination": "<string>",
      "id": "<string>",
      "isMatchFullUrl": true,
      "isMatchQueryString": true,
      "isOnlyAfterNotFound": true,
      "isPattern": true,
      "isProtocolAgnostic": true,
      "isTrailingSlashOptional": true,
      "precedence": 123,
      "redirectStyle": 123,
      "routePrefix": "<string>",
      "updated": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123,
  "paging": {
    "next": {
      "after": "<string>",
      "link": "<string>"
    }
  }
}

Supported products

Autorisations

Authorization
string
header
requis

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

Paramètres de requête

after
string
archived
boolean
createdAfter
string<date-time>
createdAt
string<date-time>
createdBefore
string<date-time>
limit
integer<int32>
sort
string[]
updatedAfter
string<date-time>
updatedAt
string<date-time>
updatedBefore
string<date-time>

Réponse

successful operation

results
object[]
requis

Un tableau d'objets UrlMapping, chacun représentant un mappage d'URL spécifique.

total
integer<int32>
requis

Nombre total de mappages d'URL disponibles.

paging
object
Dernière modification le 11 juin 2026