GET

List My Member Following


Lists members who are followed by the current member.

Permissions
Manage Members
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/members/v3/followers/my/following

Query Params
paging.limitintegerminimum 1maximum 100format int32

Number of items to return. See Pagination for more information.


paging.cursorstring

Cursor returned from last query response.

Response Object
memberIdsArray <string>format GUID

List of members followed by the current member.


pagingMetadataPagingMetadata

Details on the paged set of results returned.

List My Member Following
Request
cURL
curl -X GET \ 'https://www.wixapis.com/members/v3/followers/my/following' \ -H 'Authorization: <AUTH>'
Response
JSON
{ "memberIds": [ "550993c0-49de-444d-8301-8ac7e3ecdc51", "f7e6f0e5-1247-41e5-89d2-99deefbef9c4" ], "pagingMetadata": { "count": 2, "hasNext": false } }
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?