Log In

Create new segment

Creates a new Segment.

❗️

Bad Request: Could not parse JSON

If you are receiving this error message, please make sure to escape the Query JSON to a String instead of passing the Query JSON directly.

For example:

{ "lang" : { "$eq" : "en" } }

becomes

"{ "lang" : { "$eq" : "en" } }"

Language
Authorization
Header
Click Try It! to start a request and see the response here!