Create Segment

API Syntax

When using the Create Segment API endpoint, it is important to understand the syntax required to make the request. Because the Kevel API is a RESTful API, there is a specific request format that must be followed to ensure the endpoint can process the request. The format is:

POST https://api.kevel.co/v1/segment

Where:

  • POST - the type of API request being made.
  • <https://api.kevel.co> - the URL for the request.
  • v1 - the API version.
  • segment - the API endpoint being called.
Body Params
string
required

The human-friendly name of the segment.

string

Where the segment came from.

Reach
object

The estimated reach of the segment for all time and the last 4 weeks.

string

An extended human-friendly description of the segment.

string

The category a segment belongs to.

Advertisers
array of objects

A list of Advertisers that have access to the Segment.

Advertisers
Responses

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json