Admin API
List projects
Every project on the mailer, oldest first, disabled ones included.
GET
/v1/admin/projectsAdmin keyReturns all projects in one response, ordered by creation time, oldest first. The list is not paginated. Disabled projects are included; check disabledAt.
Response
dataProject[]
The projects. Each one has the fields described in Retrieve a project.