Skip to content

Get user method

With the "Get user" method, you can fetch the currently authenticated user's profile.

This is typically called when the app loads for the first time to restore the user session from a stored token.

Response

The response will contain the authenticated user's profile data. If the token is invalid or expired, the request will fail.

Get user request