ExperienceConnectionState

State of the Experience Connection lifecycle:

  • ACTIVE: The Experience is live for all assigned users/TNs
  • INACTIVE: Connection exists but the Experience is not currently live for assigned users/TNs
  • CONNECTED: Deprecated legacy value that behaves like INACTIVE. Still accepted in requests and may appear in responses for backward compatibility; new integrations should use INACTIVE.

Allowed values

  • ACTIVE
  • INACTIVE
  • CONNECTED (deprecated — behaves like INACTIVE)

CONNECTED is deprecated. It is a legacy value that behaves exactly like INACTIVE. It is still accepted in requests and may appear in responses, so handle it as INACTIVE — but send INACTIVE.

State transitions are performed with PUT /experience-connections/{id}. A 409 Conflict is returned when the connection is already in the requested state.