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.
Language
Credentials
Header