Zum Hauptinhalt springen

List mail addresses belonging to a Project

GET /v2/projects/{projectId}/mail-addresses/
v2
GET
mail-list-mail-addresses

Request

  • projectIdstring
    required

    ID of the Project to list MailAddresses for.

Responses

Response-Header

  • X-Pagination-Limitnumber

    The limit used to select the resources for the response

  • X-Pagination-Skipnumber

    The number of skipped items

  • X-Pagination-Pagenumber

    The calculate page of the list response. Refer to parameters to learn more.

  • X-Pagination-TotalCountnumber

    The total amount of items available in the remote ressource. Use this value in combination with the limit to calculate the available pages.

application/json

OK

  • Array[
  • *object
    • addressstring (idn-email)
      required
    • autoResponderobject
      required
      • activeboolean
        required
      • expiresAtstring (date-time)
      • messagestring
      • startsAtstring (date-time)
    • forwardAddressesarray of string (idn-email)
      required
      • Array[
      • *string (idn-email)
      • ]
  • idstring (uuid)
    required
  • isArchivedboolean
    required
  • isCatchAllboolean
    required
  • mailboxobject
    • namestring
      required
    • passwordUpdatedAtstring (date-time)
      required
    • sendingEnabledboolean
      required
    • spamProtectionobject
      required
      • activeboolean
        required
      • autoDeleteSpamboolean
        required
      • folderstring (one of: spam, inbox)
        required
      • relocationMinSpamScoreinteger
        required
    • storageInBytesobject
      required
      • currentobject
        required
        • updatedAtstring (date-time)
          required
        • valuenumber
          required
      • limitnumber
        required
  • projectIdstring
    required
  • receivingDisabledboolean
    required
  • updatedAtstring (date-time)
    required
]

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/projects/string/mail-addresses?search=string&limit=50&page=1