Internal Link URLs
get_internal_link_urlGet canonical FINN URLs for a brand and its models — for building internal linking blocks on SEO pages. For each model returns three URLs that target DIFFERENT funnels: mdp_url (marketing/brand page), plp_subscribe_url (subscription product listing, /de-DE/subscribe/{brand}{model}), and plp_leasing_url (leasing product listing, /de-DE/leasing/{brand}{model}). Use plp_leasing_url when linking from a Leasing advisory, plp_subscribe_url when linking from subscription content. If model is omitted, returns all currently available models for the brand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | Yes | Brand name (e.g. "Ford", "Mercedes-Benz", "BMW") | |
| model | No | Optional model name (e.g. "Puma", "iX1"). If omitted, returns all available models for the brand. |