User

User information endpoints

Get current user information

get

Returns information about the currently authenticated user including profile data, preferences, and selected address.

Header parameters
X-CookiestringRequired

Use X-Cookie header instead of Cookie header in "try out" section. Use Cookie header while testing in postman or other tools. Some commerce applications may support 'sesionid' instead of 'osessionid'.

Example: osessionid=abc123
Responses
chevron-right
200

User information retrieved

application/json
get
/current_user/

Last updated

Was this helpful?