Skip to main content

Create a delivery box

POST /v2/projects/{projectId}/delivery-boxes/
v2
POST
mail-create-deliverybox

Request

  • projectIdstring
    required

    ID of the Project to create the DeliveryBox in.

Responses

application/json

OK

  • idstring (uuid)
    required

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"description":"string","password":"string"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/projects/string/delivery-boxes