Link

The subscriber object

This is an object representing a subsciber.

Attributes
name String
Name of the subscriber
cumulative_end_timestamps Hash
Hash containing the cumulative end_timestamps of all the subscriptions for the subscriber by subscription type
subscriber_identities Array
Array of Subscriber Identity objects. Each Subscriber Identity has a provider which can be one of email or quintype </a>. And a value which can be any valid identifier based on the provider
{
    "id": 5094,
    "name": 'Jane',
    "created_at": "2020-05-28T09:06:40.055Z",
    "updated_at": "2020-05-28T09:06:40.055Z",
    "metadata": null,
    "cumulative_end_timestamps": {
        "standard_subscriptions_cumulative_end_timestamp": "2020-06-29T07:45:27.443Z",
        "campaign_subscriptions_cumulative_end_timestamp": "2020-06-29T07:45:27.443Z",
        "group_access_subscriptions_cumulative_end_timestamp": "2020-06-29T07:45:27.443Z",
        "pay_per_asset_subscriptions_cumulative_end_timestamp": "2020-06-29T07:45:27.443Z",
    },
    "subscriber_identities": [
        {
            "provider": "email",
            "value": "test@bacardi.com"
        }
    ]
}