PATCH /tracking/link/custom/{id}
PATCHtracking/link/custom/:id
Update an existing custom redirect link
Path Parameters
id string Required
Tracking link redirect ID
Request Body
title string
Title of the redirect link
profile_id string
Profile ID to associate with this tracking link. Pass null to remove profile_id
redirection_url string
The URL to redirect to
params_suffix string
Query parameters as URL encoded string. Pass null to remove all params_suffix
Returns
- dataobject
- idstringTracking link redirect ID
- user_idstringUser ID
- profile_idstringProfile ID
- titlestringTitle of the redirect link
- redirection_urlstringThe cleaned redirection URL without query parameters
- params_suffixstringQuery parameters as URL encoded string
- idstring
Error Codes
400 Bad Request
Bad Request
401 Unauthorized
Unauthorized
403 Forbidden
Forbidden
404 Not Found
Not Found
500 Internal Server Error
Internal server error