Skip to main content
GET/v1/segments/{segment_id}

Get a segment

Returns segment configuration, current count, and last refresh details.

Authentication

Requires Authorization: Bearer ${API_KEY}. Create and rotate keys from the TrackLayer dashboard.

Path parameters

NameTypeRequiredDescription
segment_idstringYesSegment identifier.

Response schema · 200

{
  "id": "seg_123",
  "name": "Recent purchasers",
  "count": 1204,
  "status": "ready"
}

Response example

{
  "id": "seg_123",
  "name": "Recent purchasers",
  "count": 1204,
  "status": "ready"
}

Code examples

curl https://api.tracklayer.com/v1/segments/seg_123 \
  -H "Authorization: Bearer ${API_KEY}"

Try it out

Use the dashboard to create an API key, then run one of the examples above with TRACKLAYER_API_KEY set in your environment.

Open API key settings

We use essential cookies to keep the site secure and functional. Analytics and third-party tags run only with your consent. See our Cookie Policy.

We use essential cookies to keep the site secure and functional. Analytics and third-party tags run only with your consent. See our Cookie Policy.