MyNewsletterBuilder API
Overview Quick Start Examples Downloads
 
SubscriberDetails < Return to Method List
struct SubscriberDetails(string $id_or_email)
Retrieve data about a specific subscriber.
Parameters
string id_or_email The subscriber id or email address to look up.
Return Value
struct This method returns a keyed structure that contains the following keys:

integer id The subscriber id.
string email The subscriber's email address.
string first_name first_name field data.
string middle_name middle_name field data.
string last_name last_name field data.
string full_name full_name field data.
string company_name company_name field data.
string job_title job_title field data.
string phone_work phone_work field data.
string phone_home phone_home field data.
string address_1 address_1 field data.
string address_2 address_2 field data.
string address_3 address_3 field data.
string city city field data.
string state state field data.
string zip zip field data.
string country country field data.
integer campaign_id If the user subscribed through a campaign, which one.
array lists A list of subscriber lists the subscriber is a part of.
string confirmed The confirmation status .
string last_confirmation_request The date/time we last tried to send an opt-in email. YYYY-MM-DD HH:II:SS
string confirmed_date The date/time the subscriber confirmed their subscription. YYYY-MM-DD HH:II:SS
string confirmed_from The IP address the subscriber confirmed from.
string status The subscribers status .
string add_remove_date The date/time the subscriber was added or removed. YYYY-MM-DD HH:II:SS
string add_method How the subscriber got their current status {U (user), S (self), A (admin), C (complaint), B (bounce)}.
strings Custom Fields The response also contains custom field values. The keys are either custom_X (0 - 9) or the names you have assigned to them.
 
 
Copyright © 2003- MyNewsletterBuilder, Inc.