LISTS
Get List Configuration
API to get information corresponding to a list id
GET
Authorizations
Pass as Bearer <API_KEY>
. Get API Key from SuprSend dashboard Developers -> API Keys section.
Path Parameters
Unique string idenitifier of the list.
Response
200
application/json
200
Example:
"product_updates"
Example:
"Product Update"
Example:
"Users subscribed to the newsletter"
Available options:
static_list
, query_based
number of users in the list
source info on how the list is updated
Example:
"database_sync"
Example:
false
Example:
"active"
Event $USER_ENTERED_LIST - <list_id>
is generated when user is added this list. Use this to trigger workflow on user entry.
Event $USER_EXITED_LIST - <list_id>
is generated when user is removed from this list. Use this to trigger workflow on user exit.
Example:
false
Example:
"2024-02-21T19:10:01.906000Z"
Example:
"2025-04-04T07:25:43.186475Z"
would show the draft list created to replace list users.
Was this page helpful?