Skip to content

Search Redirect URL

Request

Search the redirection URL for a specific opt-in process.

Bodyrequired
listidstringrequired

Internal ID of the opt-in process

Example:"45"
emailstringrequired

Email address of the contact

Example:"alex.example@klicktipp.example"
POST
/list/redirect
curl -i -X POST \
  https://api.klicktipp.com/list/redirect \
  -H 'Content-Type: application/json' \
  -d '{
    "listid": "45",
    "email": "alex.example@klicktipp.example"
  }'

Responses

Success Response.

Bodyapplication/json
Array of strings
Response
[ "https://mypendingurl.com" ]