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>"
}
}
}HubSpotアカウントで設定されているURLリダイレクトのリストを取得します。このエンドポイントでは、作成または更新のタイムスタンプに基づいてリダイレクトを絞り込み、結果を並べ替えることができます。ページ送りをサポートしており、指定した場合はアーカイブされたリダイレクトを含めることも可能です。
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
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
最後に正常に読み取られたリソースのページ操作カーソルトークンは、より多くの結果を含むページ付きレスポンスのpaging.next.after JSONプロパティーとして返されます。
アーカイブ済みの結果のみを返すかどうか。
特定のタイムスタンプ以降に作成されたリダイレクトをフィルタリングします。形式は日付と時刻である必要があります。
リダイレクトを正確な作成タイムスタンプでフィルタリングします。形式は日付と時刻である必要があります。
特定のタイムスタンプより前に作成されたリダイレクトをフィルタリングします。形式は日付と時刻である必要があります。
ページごとに表示する結果の最大数。
結果の並べ替え順序を指定します。文字列の配列を受け入れます。
特定のタイムスタンプ以降に更新されたリダイレクトをフィルタリングします。形式は日付と時刻である必要があります。
リダイレクトを正確な更新タイムスタンプで絞り込みます。形式は日時である必要があります。
特定のタイムスタンプより前に更新されたリダイレクトをフィルタリングします。形式は日付と時刻である必要があります。