Link

The subscriber object

This is an object representing a subsciber.

Attributes
email String
Email of the subscriber
account_id String
ID of the acccesstype account
id String
ID of the subscriber
name String
Name of the subscriber
metadata Json
metadata of the subscriber in json format
voucherify_referral_code String
Voucherify Referral code of the subscriber
{
  "email": "jane@gmail.com",
  "account_id": 2,
  "id": 374,
  "name": "Jane",
  "metadata": nil,
  "voucherify_referral_code": nil
}