cURL
curl --request GET \ --url https://api.vaultcord.com/members/servers/{serverId}/pages/{pageNum} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": 10738444, "serverId": 12, "userid": "1215624435520897090", "created_at": 1717892769, "email": "[email protected]", "ip": "131.247.47.171" } ] }
Fetch members.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the VaultCord server
If pagination is desired, the page to fetch of the response
List of verified Discord members
true
Show child attributes
Random auto-increment ID
10738444
VaultCord server ID associated with member.
12
Discord snowflake ID for the member/user.
"1215624435520897090"
The date the member verified, in unix timestamp (seconds)
1717892769
Email address of the user, if collected
[email protected]
"[email protected]"
IP address of the user, if not imported
1.1.1.1
"131.247.47.171"
Was this page helpful?