Skip to content

api-evangelist/segment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Segment (segment)

Segment, now part of Twilio, is a customer data platform that collects, unifies, and routes user event data to hundreds of analytics and marketing tools. Their developer platform provides a suite of APIs for managing workspaces, tracking user events, querying unified customer profiles, and configuring data pipelines programmatically.

URL: Visit APIs.json URL

Scope

  • Type: Contract
  • Position: Consuming
  • Access: 3rd-Party

Tags:

  • Customer Data, Analytics, Tracking, Profiles, Identity Resolution, Data Integration

Timestamps

  • Created: 2025-03-01
  • Modified: 2026-03-20

APIs

Segment Public API

The Segment Public API allows developers to programmatically manage Segment workspaces and their resources. It supports full CRUD operations for sources, destinations, warehouses, tracking plans, and catalog entries. The API follows REST conventions with standard HTTP methods and predictable resource-oriented URLs. It is available for Team and Business tier customers and is the recommended API going forward, replacing the older Config API.

Human URL: https://docs.segmentapis.com/

Tags:

  • Customer Data, Analytics, Workspace Management, Sources, Destinations

Properties

Segment HTTP Tracking API

The Segment HTTP Tracking API enables developers to record analytics data from any website or application by sending HTTP requests directly to Segment servers. It supports identify, track, page, screen, group, and alias calls, and Segment routes the collected data to configured destinations. The API accepts batch requests up to 500 KB and requires each payload to include a userId or anonymousId. It is a server-side alternative to Segment's client-side SDKs.

Human URL: https://www.twilio.com/docs/segment/connections/sources/catalog/libraries/server/http-api

Tags:

  • Analytics, Tracking, Events, Customer Data

Properties

Segment Profile API

The Segment Profile API provides a single endpoint to read user-level and account-level customer data from Segment Unify. Developers can query the entire user or account object programmatically, including external IDs, traits, and events that make up a user's journey. The API uses basic authentication and typically delivers p95 response times under 200ms for the traits endpoint. It is commonly used for real-time personalization and customer data retrieval.

Human URL: https://www.twilio.com/docs/segment/unify/profile-api

Tags:

  • Customer Data, Profiles, Identity Resolution, Unify

Properties

Segment Config API

The Segment Config API allows programmatic management of Segment workspaces, sources, destinations, and other configuration resources. It provides endpoints to list workspace sources and destinations, create or delete destinations, and manage tracking plans. As of early 2024, Segment has stopped issuing new Config API tokens and recommends migrating to the Public API for access to the latest features. The Config API remains functional for existing users but is no longer actively developed.

Human URL: https://www.twilio.com/docs/segment/api/config-api

Tags:

  • Configuration, Workspace Management, Sources, Destinations, Legacy

Properties

Segment Pixel Tracking API

The Segment Pixel Tracking API provides a way to collect analytics data using image pixel requests, which is useful in environments where JavaScript cannot execute, such as email clients. It supports identify, track, page, screen, group, and alias calls through pixel endpoints under the api.segment.io domain. This API is particularly suited for tracking email opens, ad impressions, and other contexts where embedding a tracking pixel is the only viable data collection method.

Human URL: https://www.twilio.com/docs/segment/connections/sources/catalog/libraries/server/pixel-tracking-api

Tags:

  • Tracking, Analytics, Pixel, Email

Properties

Common Properties

Maintainers

FN: API Evangelist

Email: info@apievangelist.com

About

Segment is a customer data platform that helps companies collect, clean, and route customer data to hundreds of tools used for analytics, marketing, and data warehousing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors