Subscription Object

A Subscription is defined and managed under an organization and is identified in the system by its unique ID, the UUID.
The following table describes the fields in the REST API messages for subscriptions:

FieldTypeDescription
idstringThe UUID. A unique ID of the subscription.
created_atdateThe creation time of the subscription.
Standard format of timestamp with a time zone.
ISO_8601
updated_atdateThe time when the subscription details were last updated.
Standard format of timestamp with a time zone.
ISO_8601
typestringThe type of subscription.
One of the following:
* ELECTIONS
* DEPOSITS
* TRANSACTIONS
notification_channelsobjectNotification channels for this subscription.
organization_idstringThe organization id this settlement belongs to. See Organization Object

Notification Channel Object

FieldTypeDescription
idstringThe UUID. A unique ID of the notification channel.
created_atdateThe creation time of the notification channel.
Standard format of timestamp with a time zone.
ISO_8601
updated_atdateThe time when the notification channel details were last updated.
Standard format of timestamp with a time zone.
ISO_8601
channel_typestringThe type of subscription.
One of the following:
* EMAIL
* WEBHOOK
* SLACK
* TELEGRAM
addressstringEmail address or Webhook URL for this notification object.