Skip to content

Commit

Permalink
Update pregen docs (#4795)
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquim Verges <joaquim.verges@gmail.com>
  • Loading branch information
joaquim-verges authored Sep 24, 2024
1 parent c0d81dc commit e2b3484
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Use this when [bringing your own authentication method](/connect/in-app-wallet/c
You need to include the following headers:

- `x-ecosystem-id`: Your ecosystem ID
- `x-ecosystem-partner-id`: Your ecosystem partner ID
- `x-secret-key`: Your secret key for authentication
- `Content-Type`: Must be set to `application/json`

Expand All @@ -51,6 +52,7 @@ Here's an example curl command to pregenerate an embedded wallet:
```bash
curl -X POST 'https://embedded-wallet.thirdweb.com/api/v1/pregenerate' \
-H 'x-ecosystem-id: ecosystem.example-eco-123' \
-H 'x-ecosystem-partner-id: 1415d24e-c7b0-4fce-846e-740841ef2c32' \
-H 'x-secret-key: 9f8e7d6c5b4a3f2e1d0c9b8a7ffge434b2a1f0e9d8c7b6a5f4e3d2c1b0a9f8e7' \
-H 'Content-Type: application/json' \
-d '{
Expand Down

0 comments on commit e2b3484

Please sign in to comment.