Skip to main content
PUT
Create or update a record

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Path Parameters

slug
string
required

Object slug (e.g., 'person', 'company')

Body

application/json

Upsert record request with matching attribute and data

attributes
object
required
matching_attribute
string
required

ID or slug of the attribute to match on

Response

Created or updated record with all attributes

attributes
object
created_at
string
id
string
object_id
string
type
string
updated_at
string
workspace_id
string
Last modified on August 19, 2025