Get lists
Get your subscribers lists
Endpoint URI
1 |
|
Endpoint parameters
- LIST_ID : the email list you want to read
Headers
- X-Ownpage-Client-Token : a valid token
Response (JSON)
The response is an array of lists. Each list can contain :
- id: List id
- name: Name of the list
- created_at: Creation date
- updated_at: Last update date
Example
Request to get all the lists from our account
1 |
|
Response example:
1 2 3 4 |
|