Skip to content

Commit 9571fa7

Browse files
authored
Update page.mdx
1 parent bce738c commit 9571fa7

File tree

1 file changed

+3
-1
lines changed
  • apps/portal/src/app/connect/wallet/get-users

1 file changed

+3
-1
lines changed

apps/portal/src/app/connect/wallet/get-users/page.mdx

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ If you are an ecosystem owner, you have to include the `x-ecosystem-id` header a
4545
Here's an example curl command to fetch user details by email:
4646

4747
```bash
48+
4849
curl -X GET 'https://in-app-wallet.thirdweb.com/api/2023-11-30/embedded-wallet/user-details?queryBy=email&[email protected]' \
49-
-H 'x-secret-key: YOUR_THIRD_WEB_CLIENT_SECRET'
50+
-H 'x-secret-key: YOUR_SECRET_KEY'
51+
5052
```
5153

5254
Here's an example curl command to fetch user details by address:

0 commit comments

Comments
 (0)