v1

latestSwagger 2.0MIT2026-07-1310778293.3 KB
Collections

Create collection

post/api/v1/collections

Request body

labelstring
organizationIdstring required
lengthinteger required
type'ROUTING_COLLECTION' | 'LOGISTIC_COLLECTION' | 'LABELLED_COLLECTION' required

Example request

{
  "organizationId": "de.acme"
}

Response

OK

id4nstring

The ID

Example response

{
  "id4n": "3THvgrWxqgTFC4"
}