GET / Retrieve all subscribers v1

Request

https://wt.ls/api/v1/subscribers?api_key&list_id

api_key → Generated key from the “Integrations” tab.

list_id → The id of the list from which you want all subscribers.

Response

{
	"id": string,
	"isGDPR": boolean,
	"isVerified": boolean,
	"verifyToken": string,
	"shortId": string,
	"createdAt": datetime,
	"createdDay": datetime,
	"updatedAt": datetime,
	"referredById": string,
	"referrals": number,
	"position": number,
	"listId": string,
	"email": string,
	"name": string,
	"trackingId": null
}[]