⌘
K
Product Feed
Community Forum
Data Indexing
Storefront APIs
Template JS
Headless SDK
Klevu Magento v4
Klevu PHP SDK
Introduction
Guide
Smart Search
Smart Category Merchandising
Smart Recommendations
Dashboard/KMC Settings
Connectors
MOI
Analytics Tracking
Docs powered by
Archbee
Guide
Dashboard/KMC Settings
URL Redirects
1min
The end-point to retrieve the list of URL redirects added in Klevu dashboard.
GET
Request
Body Parameters
JS_API_KEY
String
required
Your public Klevu JS API Key.
Curl
1
curl
--location
--request
GET
'https://js.klevu.com/klevu-js-v1/klevu-js-api/klevu-14728819608184175-maps.json'
curl --location --request GET 'https://js.klevu.com/klevu-js-v1/klevu-js-api/klevu-14728819608184175-maps.json'
Responses
200
1
{
2
"klevu_autoCorrectMap"
:
[
]
,
3
"klevu_keywordUrlMap"
:
[
4
{
5
"keywords"
:
[
6
"new test"
7
]
,
8
"url"
:
"https://www.google.com/"
9
}
,
10
{
11
"keywords"
:
[
12
"rücksendung"
13
]
,
14
"url"
:
"https://www.klevu.com/"
15
}
,
16
{
17
"keywords"
:
[
18
"redirect-test"
,
19
"rucksendung"
20
]
,
21
"url"
:
"http://www.google.com"
22
}
23
]
24
}
{ "klevu_autoCorrectMap": [], "klevu_keywordUrlMap": [ { "keywords": [ "new test" ], "url": "https://www.google.com/" }, { "keywords": [ "rücksendung" ], "url": "https://www.klevu.com/" }, { "keywords": [ "redirect-test", "rucksendung" ], "url": "http://www.google.com" } ] }
PREVIOUS
Dashboard/KMC Settings
NEXT
Banners
Docs powered by
Archbee
Docs powered by
Archbee