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

Project

project

Interface for information about the user's projects.

To use this interface, all you need is the API key of any project you own, which identifies you as the owner. The interface works with all projects you own (however, each project may have its own API key).

list

Returns an overview and status of all your projects

/2.0/project/list/[format]

  • format defines the format of the returned data, options: JSON, XML or CSV

Return Values:

idproject ID
urlproject URL
titleproject name
versioncurrent version of the snippet used
updatedDate and time of last change

Response status:

HTTPStatus
200Project list successfully returned

204 Project list is empty

400Invalid or incomplete request