Update Segment Keys in Environment via JSON

Bulk upload a list of identifiers via JSON to a segment. The segment must exist before calling this endpoint. Segments are limited to 100,000 members and each call can only include 10,000 new members at a time.

Request format

{"keys":["id1", "id2", "id3"], "comment":"a comment"}
Language