Skip to main content
The “Create Redirect” API Allows adding a new url redirect to the system. Use this endpoint to create a url redirect with the specified details. Ensure that the required information is provided in the request payload.

Autorización

string
required
Bearer token generado desde el portal Leadway. Ver Autenticación.
string
default:"2021-07-28"
required
Versión de la API.

Body

string
default:"6p2RxpgtMKQwO3E6IUaT"
required
string
default:"example.com"
required
string
default:"/Hello"
required
string
default:"https://www.google.com"
required
string
default:"URL"
required
Posibles valores: ‘funnel’, ‘website’, ‘url’, ‘all’

Respuestas

object
required
Data containing details of the created redirect

Ejemplo