pass KYC of the wallet in WAITING_KYC status. In production env, the API is only for the partner who signed the KYC/KYB contract with OuiTrust.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request POST '/wallet//pass' \
--header 'Authorization: Bearer <token>'
Modified at 2025-08-29 03:48:00