Get single subscriber [Rate limited]
Response Body Parameters
Parameter | Type | Description |
---|---|---|
| integer | ID of a subscriber |
| string | Email address |
| string | Name of a subscriber |
| integer | Count of emails sent to subscriber |
| integer | Count of emails opened by subscriber |
| integer | Count of clicks made by subscriber |
| string | Available values:
|
| string | IPv4 or IPv6 address indicating the subscriber's signup |
| string | UTC in format Y-m-d H:i:s |
| string | IPv4 or IPv6 address indicating the subscriber's opt-in |
| string | UTC in format Y-m-d H:i:s |
| array of objects Subscriber's Field Value | Array which contains default and custom fields. |
| string | Important only when getting Subscribers in a Group. It shows when subscriber is added to group. Date format: |
| string | Important only when getting Subscribers in a Group. It shows when subscriber's Date format: |
| string | Date when subscriber is created Format: |
| string | Datetime when subscriber is updated: Format: |
Signup & Confirmation fields
signup_ip
signup_timestamp
confirmation_ip
confirmation_timestamp
Those fields are filled automatically using our built-in webforms.
When double opt-in is enabled and subscriber signs up, we fill only
signup_*
fields. After subscriber's confirmation,confirmation_*
fields are updated too.When double opt-in is disabled, all the fields are filled with the same data because sign up and confirmation is performed as a single action.
Subscriber profile image
We use Gravatar profile images for subscriber profile in web application. The image below is used as default.

