cURL
curl --request POST \ --url https://api.peere.network/v1/provider/merchant/trust/validate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "entityId": "<string>", "requiredTrustLevel": "basic" } '
{ "statusCode": 200, "success": true, "data": { "currentTrustLevel": "<string>", "valid": true } }
Validate trust level for operation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
basic
enhanced
premium
Trust level validated successfully
200
true
Show child attributes