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": []
    },
...
}