User
Retrieve the currently signed-in user.
Responses
200
The currently signed-in user.
application/json
idstringRequiredExample:
The ID of the user.
981ba079-62a6-442c-8dfb-a72af6e96b8cnamestringRequiredExample:
The name of the user.
Jane DoeemailstringRequiredExample:
The email of the user.
janedoe@example.comprofile_picturestringRequiredExample:
The profile picture of the user.
https://example.com/profile.jpgmetadataobjectRequiredExample:
The metadata of the user.
{"signupStatus":"COMPLETED"}referral_creditnumberRequiredExample:
The amount of referral credit the user has accrued.
10000created_atstringRequiredExample:
The date and time the user was created.
2021-01-01T00:00:00.000Zupdated_atstringRequiredExample:
The date and time the user was updated.
2021-01-01T00:00:00.000Z401
The user is not authenticated.
get
/auth/userLast updated