GET
/
users
/
{query}
Get Single Verification
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>"
      }
    ]
  }
}

Required Scopes

users:read

Rate Limit

10 requests per second

Authorizations

x-api-key
string
header
required

API key for accessing protected guild endpoints

Path Parameters

query
string
required

Roblox ID, Discord ID, or Username

Response

200
application/json

User retrieved successfully

The response is of type object.