provider Segments GET /segments/{segment_id}
@utdk/intercom /segments/{segment_id}
Retrieve a segment
You can fetch the details of a single segment.
Intercom-Version header
enum: 1.0, 1.1, 1.2, 1.3…
segment_id path required
The unique identified of a given segment.
string

Try it

Authentication
Configure credentials for Intercom API
retrievesegment
GET/segments/{segment_id}
You can fetch the details of a single segment.

Parameters

required

The unique identified of a given segment.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import intercom from '@utdk/intercom';

await intercom.retrievesegment({
  "Intercom-Version": "2.14"
})