GET /v1/segment/{segmentId}

Retrieves the segment with the given id

Path parameters

  • segmentId string Required

    Segment id

Responses

  • 200 */*

    Success

    Hide response attributes Show response attributes object
    • id string Required
    • name string Required
  • 400

    Bad request

  • 401

    Unauthorized or bad API Key

  • 404

    Account not found

  • 429

    Rate limit exceeded

GET /v1/segment/{segmentId}
curl \
 --request GET 'https://api.aptrinsic.com/v1/segment/{segmentId}'
Response examples (200)
{
  "id": "string",
  "name": "string"
}