Skip to main content
POST
Attach entity link

Authorizations

Authorization
string
header
required

OAuth2 Authorization Code flow

Path Parameters

id
string
required

Body

application/json
entity_type
string
required

Entity type to link this file to (e.g. "company", "person", "lawsuit")

Example:

"company"

entity_id
string
required

Entity ID to link this file to

Example:

"cmp_abc123"

Response

object
string
required

Object type

Example:

"page"

id
string
required

Unique identifier

Example:

"p_abc123"

createdAt
string<date-time>
required

Creation timestamp

Example:

"2024-01-15T10:30:00.000Z"

updatedAt
string<date-time>
required

Last update timestamp

Example:

"2024-01-15T14:45:00.000Z"

entity_type
string
required

Type of the linked entity (company, person, lawsuit, etc.)

Example:

"company"

entity_id
string
required

ID of the linked entity (nanoid)

Example:

"cmp_d7HxMDhL4OqOdH0Xdhpq"

file_upload_id
string
required

ID of the linked file upload

Example:

"fl_rCOgCrui511zeXbRGVwp"

verified
boolean
required

Whether the link was explicitly verified by the user

Example:

true

createdBy
Created by · object

Principal who created this object

Example:
updatedBy
Updated by · object

Principal who last updated this object

Example: