Zum Hauptinhalt springen

List delivery boxes belonging to a Project

GET /v2/projects/{projectId}/delivery-boxes/
v2
GET
mail-list-delivery-boxes

Request

  • projectIdstring
    required

    ID of the Project to list DeliveryBoxes 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
    • authenticationEnabledboolean
      required
    • descriptionstring
      required
    • idstring (uuid)
      required
    • namestring
      required
    • passwordUpdatedAtstring (date-time)
      required
    • projectIdstring
      required
    • sendingEnabledboolean
      required
    • updatedAtstring (date-time)
      required
  • ]

Usage examples

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