- Overview
- Authentication
- Libraries
- Methods
- Contacts
- Import file
- Bulk Import
- Contact import current status
- Contact import history
- Subscriptions
- Attributes
- Lists
- Subscribers
- Subscription forms
- Mails
- Drafts
- Send
- Sent
- Scheduled
- Auto-responder mails
- Templates
- HTML
- Block
- Auto-responders
- Profile
- Address
- Senders
- Reports
- Bounces
- Clicks
- Links
- Opens
- Opens aggregated
- Have not opened
- Most active customers
- Unsubscriptions
- Invoices
- Notifications
Import contact history
The endpoint allows to get 10 latest contact imports objects
GET https://api.getanewsletter.com/v3/contacts/import/history/
{
"next": null,
"prev": null,
"count": 10,
"results": [
{
"hash": "lWsD35yrW7",
"created": "2021-09-27T12:48:38",
"status": 30,
"provider_connection_id": null,
"provider": "file",
"provider_plan_level": null,
"progress": 100,
"lists": [
{
"name": "MyList",
"hash": "K7ArPs3oyOD31h232w"
}
],
"summary": {
"contacts created": 33,
"contacts updated": 0,
"subscriptions created": 66
},
"errors_count": 0,
"errors_file": null,
"warnings": []
},
...
}