/
/SeeBotTalk
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2mo ago · Updated 2mo ago
  • getGet Attributes
  • postCreate Attribute
  • getGet Attribute By ID
  • putUpdate an Existing Attribute
  • deleteDelete a Specific Attribute
  • getGet Numbers
  • postCreate Number
  • getGet Number By ID
  • putUpdate an Existing Number
  • deleteDelete a Specific Number
  • getGet Available Numbers
  • getGet Segments
  • postCreate Segment
  • getGet Segment By ID
  • putUpdate an Existing Segment
  • deleteDelete a Specific Segment
  • getGet Sequences
  • postCreate Sequence
  • getGet Sequence By ID
  • putUpdate Sequence By ID
  • deleteDelete a Specific Sequence By ID
  • getGet Calls
  • getGet Call By ID
  • getGet Dial Lists
  • postCreate Dial List
  • getGet Dial List By ID
  • putUpdate an Existing Dial List
  • deleteDelete a Specific Dial List
  • getGet Me
  • getGet People
  • getGet Person By ID
  • getGet Person Calls
  • postAdd Person to Segment
  • deleteRemove Person from Segment
  • postAdd Attribute to Person
  • deleteRemove Attribute from Person
  • getGet Recordings
  • deleteDelete a Specific Recording
  • getGet Webforms
  • postCreate Webform
  • getGet Webform By ID
  • putUpdate an Existing Webform
  • deleteDelete a Specific Webform
  • postTrigger Sequence for Person
  • getRender Webform By ID
  • postCreate Attachment
  • getGet Reports
  • postCreate Report
  • getGet Report By ID

Get Segment By ID

This endpoint retrieves a segment owned by the client.

get/segments/{id}

Path parameters

idinteger required

The ID used to identify the segment.

Response

200

Example response

{
  "data": {
    "id": 1,
    "name": "Main Subscribers",
    "type": "static",
    "status": "active"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.