Skip to main content
An element is one row on a link page. Most are links, but headers and contact rows are elements too.

Element types

List a profile’s elements

Requires elements:read. Returns elements in display order.

Create an element

Requires elements:write. Creating a link counts against your plan’s link limit.

Update an element

Requires elements:write.
PUT is a full representation, not a patch. type, enabled_for_display, and enabled_for_download are required on every update. If you omit them, the request fails validation. Fetch the element first and resend its current values for anything you are not changing.

Reorder elements

Requires elements:write. The array order becomes the display order. Every id must belong to the given profile.

Delete an element

Requires elements:write. This is irreversible.
Last modified on July 9, 2026