curl --request GET \
--url https://services.leadconnectorhq.com/funnels/lookup/redirect/list \
--header 'Authorization: Bearer <token>'{
"data": {
"count": 42,
"data": []
}
}Retrieves a list of all URL redirects based on the given query parameters.
curl --request GET \
--url https://services.leadconnectorhq.com/funnels/lookup/redirect/list \
--header 'Authorization: Bearer <token>'{
"data": {
"count": 42,
"data": []
}
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
"6p2RxpgtMKQwO3E6IUaT"
"example.com"
20
10
Successful response - List of URL redirects returned
Object containing the count of redirects and an array of redirect data
{ "count": 42, "data": [] }Was this page helpful?