Skip to main content
GET
Get Custom Segment by ID
Rate Limit The rate limit is 100 requests/minute, 1000 requests/hour, and 4000 requests/day.

Authorizations

Authorization
string
header
required

Basic Authentication using your Workspace ID (as username) and Data API Key (as password) from the MoEngage Dashboard.

Headers

Content-Type
string
required

Set the Content-Type header to application/json.

Example:

"application/json"

MOE-APPKEY
string
required

The Workspace ID (APP ID) of your MoEngage account.

Path Parameters

id
string
required

The ID of the custom segment.

Response

Successful retrieval of custom segments. Returns a list of custom segments matching the query criteria. An empty list is returned if no segments match.

Response schema for listing custom segments.

data
object[]

Array of custom segments matching the query criteria.

response_id
string

A unique identifier for this API response.

type
string

The type of resource referenced in the response.

Example:

"custom_segment"