Subscriptions

A subscription is what entitles a customer to a live response — without an active one, callouts are rejected. It’s a central part of any integration: keep your active users in sync with their AURA subscriptions.

Each subscription has a subscriptionTypeId and a validity window (validFrom / validTo):

A subscription has no status field. It is active when the current time is within validFromvalidTo and CancelledDate (note the capital C) is null. Derive “active” from those fields rather than looking for a status.

Lapsed or cancelled subscriptions can’t be recovered — create a new one to re-subscribe a customer.

In the API Reference