Authentication
This endpoint requires authentication using a Bearer token.Endpoint
PATCH
/links/bulk
Request Body
The IDs of the links to update. Takes precedence over
externalIds. Maximum of 100 IDs.Example: ["clux0rgak00011...", "clux0rgak00022..."]The external IDs of the links to update as stored in your database. Maximum of 100 IDs.Example:
["123456", "789012"]The data to update on all specified links. All fields in the data object are optional.
Response
Returns an array of updated links or error objects.The unique ID of the short link (success case).
The domain of the short link (success case).
The short link slug (success case).
The destination URL of the short link (success case).
The error message (error case).
The error code (error case).