Ask about anything in DailyStory Developer Documentation

Type a question in your own words below. Answers are written from our published articles and cite the ones they came from.

Recently updated

    Dashboard
    Edit Article Logout

    List Contact's Segments


    Returns all segments of which the specified contact is a member.

    Path Parameters
    idstringrequired
    The dsid of the contact.
    HTTP Response Examples
    200
    { "Status": true, "Message": "", "Response": { "segments": [ { "id": 136, "name": "Sample segment", "is_dynamic": true, "segment_type": 1 } ] } }
    HTTP Response Parameters
    segmentsarray
    Array of segments the contact belongs to. Each item has id, name, is_dynamic (true for Dynamic and Synced segments), and segment_type (numeric enum).

    How helpful was this article?

    πŸ‘ or πŸ‘Ž

    Related Articles

    Markdown Version