GetSubscriberDetails¶
This method returns the details for a specified subscriber.
Request¶
GET https://api.uberflip.com/?Version=0.1&Method=GetSubscriberDetails&APIKey=xxxxxxx&Signature=xxxxxx&SubscriberId=203&ResponseType=XML
URL Parameters | Description |
---|---|
Version | The version of the API to call (0.1 ). |
Method | The method being called (GetSubscriberDetails ). |
APIKey | Your account’s API key. |
Signature | Your account’s API signature. |
UserId | (required for master/reseller accounts) The account identifier of the account to call the method on. |
SubscriberId | The identifier of the subscriber to return. |
ResponseType | (optional) The response format (XML or JSON ). Defaults to JSON . |
Examples¶
Sample response:
<Response>
<Subscriber>
<subscriber_id>203</subscriber_id>
<username>johndoe1</username>
<first_name>John</first_name>
<last_name>Doe</last_name>
<email>johndoe65@hotmail.com</email>
<email_verified>0</email_verified>
<verify_email_sent>3</verify_email_sent>
<address>123 Lane Blvd.</address>
<address2>Unit 4</address2>
<city>Springfield</city>
<state>OH</state>
<country>US</country>
<zip>19543</zip>
<phone>555-123-4543</phone>
<opt_in>1</optin>
<current_paid_subscriber>0</current_paid_subscriber>
<user_defined_1>2011-10-01</user_defined_1>
<user_defined_2/>
<user_defined_3/>
<modified>2010-04-08 16:06:24</modified>
<created>2010-03-19 16:43:32</created>
<last_login>2010-09-12 12:41:02/last_login>
</Subscriber>
</Response>