Skip to main content

Get a delivery box

GET /v2/delivery-boxes/{deliveryBoxId}/
v2
GET
mail-get-delivery-box

Request

  • deliveryBoxIdstring (uuid)
    required

    ID of the DeliveryBox to be retrieved.

Responses

application/json

OK

  • 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/delivery-boxes/f0f86186-0a5a-45b2-aa33-502777496347