Search the redirection URL for a specific opt-in process.
POST
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
curl -i -X POST \
https://api.klicktipp.com/list/redirect \
-H 'Content-Type: application/json' \
-d '{
"listid": "45",
"email": "alex.example@klicktipp.example"
}'Response
[ "https://mypendingurl.com" ]