Skip to main content
POST
/
iser
/
decentralized-account
/
save
Get iser details.
curl --request POST \
  --url https://api.example.com/iser/decentralized-account/save \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "iserCode": "78041857-832F-4DE1-BC2C-B98AFE537089",
  "code": "<string>",
  "cryptoWallet": "<string>",
  "cryptoWalletAccount": "<string>"
}
'
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
iserCode
string<uuid>
default:78041857-832F-4DE1-BC2C-B98AFE537089
required
code
string | null
cryptoWallet
string | null
cryptoWalletAccount
string | null

Response

Success

success
boolean
data
unknown