FortID LogoFortID

Create Wallet

Create user wallets.

Create a new Wallet.

POST
/wallets

Create a new Wallet in the Wallet Service. Wallet Service will create a public-private key pair for the purpose of issuing credentials and binding them to the Wallet.

Header Parameters

Authorization*string

Token for authenticating requests to the FortID Wallet Service.

Response Body

application/json

curl -X POST "https://ews.fortid.com/wallets" \  -H "Authorization: Bearer {access_token}"
{
  "walletId": "f4856bb7-d77a-4a6a-9c8a-7d7f6f639cfb",
  "userId": "string",
  "walletPublicKey": "-----BEGIN PUBLIC KEY-----\nMFYwEAYHKoZIzj0CAQYFK4EEAAoDQgAE1MtHIxlGP5TARqBccrddNm1FnYH1Fp+o\nnETz5KbXPSeG5FGwKMUXGfAmSZJq2gENULFewwymt+9bTXkjBZhh8A==\n-----END PUBLIC KEY-----"
}
Empty