API to create / manage lists to send notification to a bulk list of users.
curl --request POST \ --url https://hub.suprsend.com/v1/subscriber_list/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "list_id": "_list_id_", "list_name": "_list_name_", "list_description": "_some sample description_" }'
{ "list_id": "product_updates", "list_name": "Product Update", "list_description": "Users subscribed to the newsletter", "list_type": "static_list", "subscribers_count": 3, "source": "database_sync", "is_readonly": false, "status": "active", "track_user_entry": false, "track_user_exit": false, "requested_for_delete": false, "created_at": "2024-02-21T19:10:01.906000Z", "updated_at": "2025-04-04T07:25:43.186475Z", "drafts": null }
Pass as Bearer <API_KEY>. Get API Key from SuprSend dashboard Developers -> API Keys section.
Bearer <API_KEY>
201
The response is of type object.
object
Was this page helpful?