cURL
curl --request GET \ --url https://api.vaultcord.com/stats/members/{serverId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "pullable": "2385", "total": "3094" } }
See the most recent member pulls
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the VaultCord server
Member server stats
true
Show child attributes
Was this page helpful?