user

Get Current User Info

Retrieve current authenticated user information. This endpoint is useful for validating tokens and checking authentication status.

get/api/user/me

Response

Successful Response

external_idstring nullable
emailstring nullable
namestring nullable
last_namestring nullable
public_keystring nullable

Changes