Update Entity
PATCH /v1/entities/
Update the contact emails for a canonical entity. The supplied list replaces the existing one.
Authorizations
Opaque API key passed as Authorization: Bearer <key>. Keys are organization-bound, environment-bound (live or test), scope-carrying, and expiring. Create and manage keys via the console.
Path Parameters
Body
Replacement list of email addresses for the people who manage this entity's connections. The supplied list replaces the existing one. Duplicates are removed (case-insensitively) and order is preserved; send an empty array to clear all contacts. At most 100 addresses.
100Response
Successful Response
Stable, immutable identifier for the entity.
Stable external identifier for this entity. Integrator-defined for customer entities and system-defined for the organization-attached entity.
Whether this special entity is the organization-attached entity managed by Waycore. Use it when the integrator and the end business are the same organization.
When the entity was created in this API.
When the entity last changed in this API.
Display name for the entity, when available.
Email addresses of the people who manage this entity's connections. Used to reach the right person when a connection's configuration is invalid or needs attention. Always present; an empty array means no contacts have been provided.
Opaque client-defined metadata.