
AWeber API Integration Profile
Information and guides about integrating with AWeber API
Add AWeber Integration to Your Product- Get custom fields
- Add custom field
- Get custom field
- Update custom field
- Delete custom field
- Get subscribers
This endpoint is used to get a paginated collection of subscribers under the specified account and list. The subscribers are returned in the order that they were added to the list starting with the oldest subscriber. The order can be changed using the
sort_order
query parameter. Check out related examples: - Add subscriber
This endpoint is used to add subscribers to the specified account and list. Before adding a subscriber to a list, read Can I use this list? to understand the ramifications. If you have a large list of subscribers, please use our list importer. Attempting to use the endpoint to bulk add subscribers is considered abuse which violates our Terms of Service.
Check out related examples:
- Update subscriber by email
This endpoint is used to update the information for the specified subscriber by email.
Check out related examples:
- Delete subscriber by email
This endpoint is used to delete a subscriber and related information by the subscriber's email.
If you just want to unsubscribe the subscriber, then make a PATCH request to set the status to "unsubscribed" instead. When a subscriber is DELETED, the subscriber is unsubscribed from the list and all related analytics activity is removed from the customer account for the subscriber. Any references to clicks or opens are shown as "Deleted Subscriber" afterwards.
Check out related examples:
- Update subscriber by ID
This endpoint is used to update the information for the specified subscriber by ID
Check out related examples: