List channel members

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

id

string

required

The channel ID.

pageNumber

integer

Defaults to 1

The page number, starting at 1.

pageSize

integer

Defaults to 10

The number of items in one page of results.

``200 The list of channel members.

Updated about 1 year ago


ShellNodeRubyPHPPython

Base URL

https://api.happeo.com/channels/{id}/members


xxxxxxxxxx

curl --request GET \

--url 'https://api.happeo.com/channels/id/members?pageNumber=1&pageSize=10' \

--header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

``200

Updatedabout 1 year ago