Jump to Content
VWO Engage
API ReferenceDiscussions
v1.0

VWO Engage
API Reference
v1.0API ReferenceDiscussions
All
Pages
Start typing to search…

Documentation

  • Getting Started with VWO Engage
  • How does VWO Engage work

JavaScript API

  • Introduction to JS API
  • Disable Automatic Opt-In
  • Is API Ready?
  • Get SubscriberID of current user
  • Trigger Opt-In Box for Subscribing to Push Notifications
  • Subscription Successful/Failure Callbacks
  • Add Subscriber to a Particular Segment
  • Remove Subscriber from a Particular Segment
  • Trigger Opt-Out
  • Trigger Preference Modal Box

REST API

  • Introduction to REST API
  • Authentication and Authorization
  • API Rate Limits
  • Send to All Subscriberspost
  • Send to Subscribers of a Particular Segmentpost
  • Send to a List of Subscriberspost
  • Send to an Individual Subscriberpost
  • Check Status of Notification Requestget
  • Schedule a notification for All Subscriberspost
  • Schedule a notification for a Segmentpost
  • Add A Segmentpost
  • Get List of Segmentsget
  • Add Subscribers to a Segmentpost
  • Get Subscribers in a Segmentget
  • Get Segments for a Subscriberget
  • Remove Subscribers from a Segmentput
  • Delete A Segmentdel
Powered by 

Get List of Segments

get
https://pushcrew.com/api/v1/segments

This endpoint is used to get a list of segment names with their unique Segment IDs. The request method of this call needs to be "GET".

The same Segment ID is used to identify the segment while sending notifications to that segment and adding/removing subscribers to/from the segment.

Language
Credentials
Header