Get all subscribers
Describes the request and response details of this Moosend API endpoint to get all your subscribers.
Request
|
Parameter |
In |
Type |
Required |
Description |
|---|---|---|---|---|
|
|
path |
string |
true |
The ID of the email list containing the subscribers. |
|
|
path |
string |
true |
Specifies the type of subscriber statistics results to return. Possible values: |
|
|
path |
string |
true |
The supported file format for getting a response. Possible values: |
|
|
query |
string |
true |
The API key of your account. |
|
|
query |
number |
false |
The page of subscriber statistics results to return. |
|
|
query |
number |
false |
The page size of subscriber statistics results to return. |
Response
|
Status |
Description |
Headers |
Schema |
|---|---|---|---|
|
|
The request is successful. |
|
N/A |
-
Code- the response code. This is0if successful. -
Error- the response error message. This is null if successful. -
Context- an object that contains all thePagingandSubscribersinformation in the specific email list: -
Paging- an object that contains the following information:-
PageSize- the page size of the results. This is0if not defined. -
CurrentPage- the number of the result page. This is1if not defined. -
Totalresults- the number of all the subscribers that are included in the response. -
TotalPageCount- the total number of available subscriber pages in your account. -
SortExpression- the sort expression associated with the column or columns being sorted. -
SortIsAscending- this isfalseif the results are not displayed in ascending order based on the sort expression.
-
-
Subscribers- a list of subscribers in the email list containing the following information for each subscriber:-
ID- the ID of the subscriber. -
Name- the name of the subscriber. -
Email- the email address of the subscriber. -
CreatedOn- the date-time the subscriber was added to the email list. -
UnsubscribedOn- the date-time the subscriber was unsubscribed from the email list. This isnullif not unsubscribed from the list. -
UnsubscribedFromID- the ID that the subscriber is unsubscribed from. -
SubscribeType- the status of the subscriber. For subscribed, this is1, for unsubscribed, this is2, for bounced, this is3, and for removed, this is4. -
SubscribeMethod- the method used to subscribe the member to the email list.-
UI = 1
-
API = 2
-
Form = 3
-
Bulk Import = 4
-
Automation = 5
-
Zapier = 6
-
Mailchimp = 7
-
Website Tracking = 8
-
SMTP = 9
-
Other Plugin = 100
-
-
CustomFields- a list containing the custom fields of the new subscriber. Each custom field contains the following:-
CustomFieldID- the ID of the custom field. -
Name- the name of the custom field. -
Value- the value of the custom field.
-
-
RemovedOn- the date-time the subscriber was removed from the email list. -
Tags- a list containing the tags of the new subscriber. -
Preferences- a list containing the preference values of the new subscriber.
-