Create
Create new label
If label with given name already exists, the API will return HTTP status code 409 CONFLICT.
1 | POST /recipients/labels
|
Request
1 2 3 | { "name": "Customers" } |
Response
HTTP/1.1 200 OK
Detailed property description
| Name | Required | Type | Limitation |
|---|---|---|---|
| name | yes | String | 128 characters |