| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| EasySendy Pro API | rest | http://api.easysendy.com/ | link | — | — | — |
Actions (13)
Subscribers · 7
- Add Multiple SubscribersPOST /rest/subscriber/addMultiple
Add multiple subscribers to a list in one request.
documented - Add Single SubscriberPOST /rest/subscriber/add
Add a single subscriber to a list using the REST API.
documented - Edit Multiple SubscribersPOST /rest/subscriber/editMultiple
Edit multiple subscriber records in bulk.
documented - Edit Single SubscriberPOST /rest/subscriber/edit
Edit details of a single subscriber.
documented - Get Subscriber StatusPOST /rest/subscriber/status
Retrieve a subscriber's status and subscriber UID.
documented - Subscribe to ListPOST /ver4/subscribeAPI
Add a single subscriber to a list via the ver4 subscribeAPI endpoint (req_type=subscribe).
documented - Unsubscribe from ListPOST /ver4/subscribeAPI
Unsubscribe a subscriber from a list via the ver4 subscribeAPI endpoint (req_type=unsubscribe).
documented
Lists · 6
- Create ListPOST /rest/subscribers_list/create
Create a new list with a name and description.
documented - Delete ListPOST /rest/subscribers_list/delete
Delete an existing list.
documented - Get All Lists (ver4)POST /ver4/listAPI
Retrieve all lists (name, description) via the ver4 API (req_type=allLists).
documented - Get List FieldsPOST /rest/subscribers_list/getFields
Get all fields/tags for a given list (hash/listUID).
documented - Get Lists (REST)POST /rest/subscribers_list/lists
Get all lists via REST endpoint (lists with hash, name, description, subscribers_number).
documented - Update ListPOST /rest/subscribers_list/update
Update the name/description of an existing list.
documented