Wallet
Update Wallet status
This endpoint allows you to update the status of a specific wallet.
Body Parameters
Key | Required | Type | Description |
---|---|---|---|
isActive | true | boolean | The status state you want to set the wallet to |
PATCH
/
v1
/
wallets
/
{walletId}
/
status
Authorizations
x-api-key
string
headerrequiredPath Parameters
walletId
string
requiredBody
application/json
isActive
boolean
Response
200 - application/json
data
object
message
string
statusCode
number