cURL
curl --request GET \ --url https://api.multex.tech/users/{query} \ --header 'x-api-key: <api-key>'
{ "success": true, "data": { "discordId": "<string>", "robloxId": "<string>", "username": "<string>", "pastUsers": [ { "robloxId": "<string>", "username": "<string>" } ] } }
Retrieves a specific user verification
users:read
API key for accessing protected guild endpoints
Roblox ID, Discord ID, or Username
User retrieved successfully
The response is of type object.
object