Zum Hauptinhalt springen

List mail settings of a Project

GET/v2/projects/{projectId}/mail-settings/
API version
v2
Request method
GET
Operation ID
mail-list-project-mail-settings

Request

  • projectIdstring
    required

    ID of the Project to list mail settings for.

Responses

Format
application/json
Beschreibung

OK

  • blacklistarray of string
    required
    • Array[
      • *string
      ]
  • projectIdstring
    required
  • whitelistarray of string
    required
    • Array[
      • *string
      ]

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/projects/string/mail-settings