You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can query user details using one of the following parameters:
74
74
75
-
-`walletAddress`: The user's wallet address
75
+
-`walletAddress`: The user's wallet address that thirdweb has generated for them
76
76
-`email`: The user's email address
77
77
-`phone`: The user's phone number
78
+
-`extenalWalletAddress`: The user's wallet address that used to login via SIWE
78
79
-`id`: The user's ID
79
80
80
81
### Authentication
81
82
82
-
You need to include your ThirdWeb Client Secret in the Authorization header.
83
+
You need to include your ThirdWeb Client Secret in the Authorization header.
84
+
85
+
If you are an ecosystem owner, you have to include the `x-ecosystem-id` header and optionally the `x-ecosystem-partner-id` header if the ecosystem is set to partners only.
83
86
84
87
### Example curl Command
85
88
@@ -90,7 +93,18 @@ curl -X GET 'https://embedded-wallet.thirdweb.com/api/2023-11-30/embedded-wallet
In both examples, replace `YOUR_THIRD_WEB_CLIENT_SECRET` with your actual ThirdWeb Client Secret.
106
+
107
+
Replace `YOUR_ECOSYSTEM_ID` and `YOUR_PARTNER_ID` with your actual ecosystem ID and partner ID respectively. The partner ID can be one you set up for yourself as the ecosystem owner.
0 commit comments