API > list >
Get All Lists
GET https://app.replyup.com/api/lists
Get all the lists
Default Parameter |
api_key (string) |
Your api key |
200 success returns |
Details of list
id (integer)
|
The identifier of the list. |
name (string)
|
The name of the list. |
status (string)
|
The status of the list (1=ACTIVE, -1=ARCHIVED). |
subscribedUsers (integer)
|
The subscribedUsers gives no of subscribed users. |
unSubscribedUsers (integer)
|
The unSubscribedUsers gives no of unsubscribed users. |
createdAt (string)
|
When was the list created. |
updatedAt (string)
|
When was the list last updated. |
|
400 returns |
Details of the error
success (boolean)
|
It defines if response is success, or failure |
statusCode (string)
|
Error code |
message (string)
|
A description of the error. |
|
Example response |
{"data":[{"id":1,"name":"New signup list","status":"Active","subscribedUsers":100,"unSubscribedUsers":10,"createdAt":"2022-02-28T18:13:14.000Z","updatedAt":"2022-02-28T18:13:14.000Z"}]}
|