EddytorDocs & API
07 · Tables A→ZM · Share & audit

Generate a share link

Get a shareable link to a table with get_share_link.

get_share_link returns a shareable link to a table - a quick way to point a teammate at it.

get_share_link(table="eddytor.cfg_xxx.<uuid>_products")

Access still follows roles

Good to know

A share link is a pointer to the table, not a bypass of permissions. Who can actually see or change the data is still governed by their role and any API-key scopes - sharing a link doesn't widen access.

Next

On this page