curl --request GET \
--url https://api.ofauth.com/v2/access/self/summary-counts \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"subscriptions": {
"active": 123,
"muted": 123,
"restricted": 123,
"expired": 123,
"blocked": 123,
"attention": 123,
"all": 123
},
"subscribers": {
"active": 123,
"muted": 123,
"restricted": 123,
"expired": 123,
"blocked": 123,
"all": 123,
"activeOnline": 123
},
"bookmarks": 123
}Get account-wide subscription, subscriber, and bookmark counts
Permission Required: profile:read
curl --request GET \
--url https://api.ofauth.com/v2/access/self/summary-counts \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"subscriptions": {
"active": 123,
"muted": 123,
"restricted": 123,
"expired": 123,
"blocked": 123,
"attention": 123,
"all": 123
},
"subscribers": {
"active": 123,
"muted": 123,
"restricted": 123,
"expired": 123,
"blocked": 123,
"all": 123,
"activeOnline": 123
},
"bookmarks": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Requires a connection via the x-connection-id header.
Was this page helpful?