Authentication

Get authenticated user information including address, profile, and authentication status.

get/v4/auth/me

Cookies

jwtstring

Response

Response for status 200

addressstring required

User identity — wallet address, or google:<email> for Google sign-in

authenticatedAtnumber required

Unix timestamp when the JWT was issued

expiresAtnumber required

Unix timestamp when the JWT expires

tagsstring[] required

Tags associated with the user

tiernumber required

Creator tier level

linkedGoogleboolean required

Whether a Google identity is linked to this account (User.googleSub)

emailstring

Display email — Google account email when known

Changes

No recorded changes to this endpoint across all 1 revision of this API.