Create Segment List
Copied



https://api.ocamba.com/v1/hood/segment-lists
Copied

https://api.ocamba.com/v1/hood/segment-lists
Creates a new Segment List
Name
Descriptioncolorstring
List color. Valid hex color code.Example: #6d9382
descriptionstring
The more detailed description of the List. string[0 .. 2000]Example: This is my first segmet list.
itemsarrayrequired
The array of segment ids. array [1 .. 100]Example: ["1000", "1001"]
namestringrequired
The name of the Segment List. string[2 .. 100] characters.Example: My List
201 - Created
Name
Descriptioncolorstring
List color. Valid hex color code.Example: #6d9382
descriptionstring
The more detailed description of the List. string[0 .. 2000]Example: This is my first segmet list.
itemsarrayrequired
The array of segment ids. array [1 .. 100]Example: ["1000", "1001"]
namestringrequired
The name of the Segment List. string[2 .. 100] characters.Example: My List
400 - Bad Request
500 - Internal Server Error