Skip to main content
PATCH
cURL

Authorizations

x-auth-apikey
string
header
required

The holder's Base64-encoded PEM SPKI public key. Issued via POST /keys in the DAPP UI. See docs/02-authentication.md.

x-auth-signature
string
header
required

Base64-encoded ECDSA-SHA256 signature over the canonical payload. Curve: secp256k1. Canonical payload rules depend on HTTP method — POST/PATCH/PUT sign the JSON body; GET/DELETE with query sign urlencode(query); GET/DELETE with no query sign '{}'. See docs/02-authentication.md for the full spec.

Path Parameters

userId
string
required

Body

application/json
isActive
boolean
required
fullName
string
email
string
phoneNumber
string
phoneCountryCode
string
phoneCode
string
userRole
string
nftIds
string[]
signerWalletAddress
string
commissionPercent
number
permissions
string[]
signature
string

Response

To update status