Segments

Create a segment

Creates a new segment.

post/v3/segments

Request body

namestring required

Name of the segment.

Any printable characters, including letters from any script, punctuation and emoji. Cannot contain line breaks, tabs, other control characters, invisible formatting characters (zero-width and bidirectional marks), and cannot start or end with whitespace.

resourcestring required

Name of the resource.

Response

Created

idstring required
createdAtstring date-time required
updatedAtstring date-time required
namestring required
resourcestring required

Changes

Changed in 1 of the 3 revisions of this API.1

    • added the pattern ^(?!\s)(?!.*\s$)[^\p{Cc}\p{Cf}\p{Zl}\p{Zp}]+$ to the request property name

      request-property-pattern-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog