Skip to main content
POST
Upsert a source company

Authorizations

Authorization
string
header
required

Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.

Body

application/json
source
string
required
Required string length: 1 - 64
Pattern: ^[a-z][a-z0-9_]*$
source_company_id
string
required
Required string length: 1 - 128
Pattern: ^[A-Za-z0-9._:-]+$
name
string
required
Required string length: 1 - 255
domain
string | null
Maximum string length: 255
properties
object
data
object

Response

The source company upsert result.

company
object
required