sdk
Initialize the passkey recovery process for a user's passkey embedded wallet
Initialize the passkey recovery process for a user's passkey embedded wallet
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
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
environmentId
string
requiredID of the environment
Body
application/json
turnkeyRecoveryTargetPublicKey
string
requiredwalletId
string
requiredResponse
201 - application/json
turnkeyRecoveryUserId
string
requiredWas this page helpful?
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"
}