Upsert entities
Creates or updates entities in bulk for the given customer. Existing entities matched by id are updated; new ids are created.
Authorizations
Server API Key
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Path Parameters
The customer identifier (owner) the entities belong to
1 - 255^[a-zA-Z0-9][a-zA-Z0-9_|.@-]*$Body
Request body for creating or updating entities in bulk for a single customer
List of entities to create or update (1-100 entries)
1 - 100 elementsResponse
The list of upserted entity objects.
List of entities created or updated by an upsert request
