Skip to main content
GET
Profile by auth ID
Returns a SimplifiedProfile by auth UUID (v4). Requires permission api.lookup.

Authorizations

Authorization
string
header
required

API key from Dashboard → Developer Platform → API Keys. Send as: Authorization: Bearer <API_KEY>

Path Parameters

authId
string<uuid>
required

Auth UUID (v4)

Response

Simplified profile

Public profile representation. Email and other private fields are never returned.

id
integer

Profile ID

username
string
displayName
string
badges
object[]
assets
object
customize
object
discordID
string | null
discordClean
object
banned
boolean
viewsCount
number
followersCount
number | null

Null if profile has 'show followers count' disabled

createdAt
string<date-time>