Try pre-set campaigns and get your first conversions within 15 minutes.
Mailocator / API 2025-02-17 17:59:04

Storage

storage

Interface for working with Mailocator storage content (DataStorage)

get

Returns the stored data from the repository of a specific campaign.

/2.0/storage/get/[campaign_id]/[format]

  • The campaign_id is the campaign number found in Campaign for the campaign type
  • format defines the format of the returned data, options: JSON, XML or CSV
HTTPStatus
200Data found and returned
204The repository is empty
400Invalid or incomplete request

clean

Deletes all data from the campaign repository.

/2.0/storage/clean/[campaign_id]

  • campaign_id is the campaign number found in Campaign for the campaign type
HTTPStatus
200Successfully deleted
400Invalid or incomplete request