get
https://pushcrew.com/api/v1/segments/:segmentId/subscribers?page=1&per_page=2
This endpoint is used to get a list of subscribers present in a segment. The request method of this call needs to be "GET".
You need to supply the SegmentID in the URL. This is the same SegmentID which you get in the response after making a segment through the REST API.
Since the response can be large(in case the segment contains a lot of subscribers), pagination will need to be applied to get all the subscribers in the segment. You can specify 'page' and 'per_page' parameters in the URL for pagination. The default value for both parameters if not specified are 1(page) and per_page(1024).
