# Search Redirect URL

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

Endpoint: POST /list/redirect
Version: 1.0.0

## Request fields (application/json):

  - `listid` (string, required)
    Internal ID of the opt-in process
    Example: "45"

  - `email` (string, required)
    Email address of the contact
    Example: "alex.example@klicktipp.example"


