GET

Get Activity Counters


Retrieves activity counters for the specified site member, including all public counters and any private counters owned by the authenticated caller.

Note: Make sure to pass a memberId and not a contactId to identify the member. Any relationship between a member's memberId and contactId is coincidental.

Permissions
Manage Activity Counters
Read Activity Counters
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/members/v1/activity-counters/{memberId}

Path Params
memberIdstringRequired

Member ID whose counters will be returned.

Response Object
activityCountersArray <ActivityCounter>

Activity counters.

Get Activity Counters
Request
cURL
Response
JSON
Errors

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

Did this help?