Skip to main content
GET
/
api
/
Segment
/
{segmentId}
Get a Segment
curl --request GET \
  --url https://api.virtuoussoftware.com/api/Segment/{segmentId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<integer>",
  "name": "<string>",
  "description": "<string>",
  "code": "<string>",
  "communicationId": "<integer>",
  "communicationName": "<string>",
  "campaignId": "<integer>",
  "campaignName": "<string>",
  "segmentOrganizerId": "<integer>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

segmentId
string
required

(Required) The segment identifier.

Response

OK

id
string
name
string
description
string
code
string
communicationId
string
communicationName
string
campaignId
string
campaignName
string
segmentOrganizerId
string
Last modified on June 5, 2026