Resolve a LinkedIn profile or company URL into an embeddable mention payload.
accountId because mention resolution happens under that account’s authenticated Late session.
The endpoint is named list by convention but resolves exactly one URL per call.
@Jane Doe or @Acme Corp pills in a post composer. Embed the returned payload verbatim in the post body; do not try to reconstruct it.Account context matters — Late’s mention resolution depends on which account is authenticated. Use the same accountId you plan to use for the eventual post.Error passthrough — 500 responses forward Late’s error message verbatim for UI display.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
LinkedIn profile or company page URL to resolve into a mention token.
Optional display name. If omitted, Late infers it from the target page.
Internal social_accounts.id on whose behalf the resolution is performed. The account is used for Late's per-account auth context.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Mention resolved.
Opaque resolution payload from Late. Embed it unchanged in post content to render a clickable mention.