Skip to main content
POST
Create Saas Association

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

source_id
string<uuid> | null
required

Query Parameters

organization_id
string<uuid> | null
resource_id
string<uuid> | null
integration_source_id
string<uuid> | null
data_source_id
string<uuid> | null
context_source_id
string<uuid> | null
job_id
string<uuid> | null

Body

application/json

Model for creating a new SaaS association.

integration_source_id
string<uuid>
required

The integration source this association belongs to

from_object_id
string<uuid>
required

The source SaaS object

to_object_id
string<uuid>
required

The target SaaS object

association_type_id
string
required

Platform-specific type identifier (e.g., HubSpot's numeric ID or Salesforce's API name)

association_label
string
required

Human-readable label (e.g., 'Contact to Company')

association_category
string
default:PLATFORM_DEFINED

Category of association (e.g., 'PLATFORM_DEFINED', 'USER_DEFINED', 'CUSTOM')

metadata_
Metadata · object | null

Platform-specific metadata (cardinality hints, bidirectional flags, etc.)

relationship_type
enum<string>
default:FOREIGN_KEY

Relationship type (platform vendor, inferred heuristic, manual override)

Available options:
FOREIGN_KEY,
INFERRED,
MANUAL
status
enum<string>
default:SUGGESTED

Review status for the relationship

Available options:
SUGGESTED,
APPROVED,
REJECTED
score
number | null

Confidence score assigned by inference pipeline (0.0-1.0)

evidence
Evidence · object | null

Supporting evidence for inferred relationships

is_active
boolean
default:true

Whether this association is active/usable in the catalog

Response

Successful Response

Response model for SaaS associations.

integration_source_id
string<uuid>
required

The integration source this association belongs to

from_object_id
string<uuid>
required

The source SaaS object

to_object_id
string<uuid>
required

The target SaaS object

association_type_id
string
required

Platform-specific type identifier (e.g., HubSpot's numeric ID or Salesforce's API name)

association_label
string
required

Human-readable label (e.g., 'Contact to Company')

id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
association_category
string
default:PLATFORM_DEFINED

Category of association (e.g., 'PLATFORM_DEFINED', 'USER_DEFINED', 'CUSTOM')

metadata_
Metadata · object | null
relationship_type
enum<string>
default:FOREIGN_KEY

Relationship type (platform vendor, inferred heuristic, manual override)

Available options:
FOREIGN_KEY,
INFERRED,
MANUAL
status
enum<string>
default:SUGGESTED

Review status for the relationship

Available options:
SUGGESTED,
APPROVED,
REJECTED
score
number | null

Confidence score assigned by inference pipeline (0.0-1.0)

evidence
Evidence · object | null

Supporting evidence for inferred relationships

is_active
boolean
default:true

Whether this association is active/usable in the catalog