Segments
Create segment
Create a new segment. Authentication required.
POST
/
segments
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
requiredRequired string length:
1 - 255
type
enum<string>
requiredAvailable options:
COMPANY
, CONTACT
color
string
requiredRequired string length:
1 - 255
Response
200 - application/json
The response is of type any
.