cURL
curl --request GET \ --url https://api.vaultcord.com/members/{userId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": 10738444, "serverId": 12, "userid": "720820224877789204", "created_at": 1717892769, "email": "[email protected]", "ip": "131.247.47.171" } }
Fetch member by User ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Discord snowflake ID for the member/user.
VaultCord verified member information
true
Show child attributes
Was this page helpful?