Assert a record
Use this endpoint to create or update people, companies and other records. A matching attribute is used to search for existing records. If a record is found with the same value for the matching attribute, that record will be updated. If no record with the same value for the matching attribute is found, a new record will be created instead. If you would like to avoid matching, please use the Create record endpoint.
If the matching attribute is a multiselect attribute, new values will be added and existing values will not be deleted. For any other multiselect attribute, all values will be either created or deleted as necessary to match the list of supplied values.
Required scopes: record_permission:read-write
, object_configuration:read
.
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Path Parameters
A UUID or slug to identify the object the record should belong to.
"people"
Query Parameters
The ID or slug of the attribute to use to check if a record already exists. The attribute must be unique.
"41252299-f8c7-4b5e-99c9-4ff8321d2f96"
Body
Was this page helpful?