GET
Get Current User
Get the current user’s public information.
Requires access token scope: trade_view
Responses
200
A user
Response Body
object
-
idstring uuid requiredThe ID of the user -
firstNamestring requiredFirst name of the user -
lastNamestring requiredLast name of the user -
emailstring email requiredEmail address of the user
default
unexpected error
Response Body
object
-
errorstring required -
errorNamestring required -
reqIdstring required -
contextobjectOptional structured metadata for REST validation failures. The schema is fixed for client contract stability.context object
-
errorNamestring requiredSame value as the top-level errorName. -
fieldstringRequest field associated with the validation failure. -
messagestringHuman-readable field-level validation message.
-