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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.