POST
/
sdk
/
{environmentId}
/
users
/
embeddedWallets
/
passkeyRecovery
Authorization
Path
Body
curl --request POST \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/users/embeddedWallets/passkeyRecovery \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "turnkeyRecoveryTargetPublicKey": "An example name",
  "walletId": "95b11417-f18f-457f-8804-68e361f9164f"
}'
{
  "turnkeyRecoveryUserId": "95b11417-f18f-457f-8804-68e361f9164f"
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentId
string
required

ID of the environment

Body

application/json
turnkeyRecoveryTargetPublicKey
string
required
walletId
string
required

Response

201 - application/json
turnkeyRecoveryUserId
string
required