Atualizar um link de cadastro
Atualiza as configurações de um link de cadastro existente.
Authentication
AuthorizationBearer
API Key in the format mk_live_<43-chars>. Obtain from the Dashboard or POST /auth/api-keys.
Path parameters
id
Unique identifier of the signup link
Request
This endpoint expects an object.
name
Updated display name for the signup link
active
Whether the signup link is currently active
maxUsages
Updated maximum usage count. Set to null for unlimited
expiresAt
Updated expiration datetime in ISO 8601 format. Set to null to remove expiration
customMessage
Updated custom message. Set to null to remove
redirectUrl
Updated redirect URL. Set to null to remove
Response
Default Response
id
Unique identifier of the signup link
slug
URL-friendly slug used in the public link URL
name
Display name of the signup link
url
Full public URL for the signup link
active
Whether the signup link is currently active and accepting signups
usageCount
Number of times this link has been used
maxUsages
Maximum allowed usages, or null for unlimited
expiresAt
Expiration datetime in ISO 8601 format, or null if no expiration
customMessage
Custom message shown to end-users, or null if not set
redirectUrl
Redirect URL after signup completion, or null if not set
createdAt
ISO 8601 datetime when the signup link was created
updatedAt
ISO 8601 datetime when the signup link was last updated
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error