User details
If you want to obtain the user's details and are using an external backend. To obtain user information, such as their basic profile, wallet address, and custom profile data, perform the following API request.
GET
/api/console/connect/get_user_details
Query Parameters
Name | Type | Description |
---|---|---|
api_key* | String | Your API Key |
user_id | String | w3auth user id. You can get it from the JWT token. |
wallet_address | String | Users wallet address. You need to pass user_id or the wallet address to perform the operatiion |
Last updated