Learn how to use CodeQR to programmatically create, update, and delete links at scale.
Property | Description | Example |
---|---|---|
id | The unique identifier of the link (prefixed with link_ ) | link_eBKA4MT44XnI17hYLchkjUOd |
url | The destination URL of the link | https://codeqr.io/home |
shortLink | The shortened version of the link (including https) | https://codeqr.link/claim |
domain | The domain of the link | codeqr.link |
key | The short link slug | claim |
url
field, representing the destination URL, is the sole mandatory parameter required for the creation of a new short link.
id
to the update
method. This method returns the updated link as a response.
You can use either the linkId
or an externalId
prefixed with ext_
which is a unique identifier for the link in your own database to associate it with the link in CodeQR’s system.