Returns a share link by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Share link ID
Successfully retrieved share link
A share link as returned by list and get endpoints — includes persona details for the link's target.
Unique identifier for the share link.
Opaque token appended to the public URL.
Kind of share link — a direct URL, a player embed, or an orb embed.
LINK, PLAYER_EMBED, ORB_EMBED Timestamp after which the link no longer works, or null if the link does not expire.
Maximum number of times the link can be used, or null for unlimited.
Number of times the link has been used.
Origins permitted to load the link when embedded. Ignored when allowAllOrigins is true.
Whether the link can be embedded on any origin.
Whether the persona renders without the Anam watermark. Requires a plan that permits watermark removal.
Whether the link currently accepts connections.
Whether this is the persona's primary share link (at most one per persona).
Timestamp when the share link was created.
ID of the persona this link points to.
Name of the persona at the time the link was issued.
ID of the organization that owns the link. IDs may be either UUIDs or nanoid-style strings depending on when the organization was created.