cURL
curl --request GET \ --url https://api.peere.network/v1/provider/merchant/trust/multiple \ --header 'Authorization: Bearer <token>'
{ "statusCode": 200, "success": true, "message": "<string>", "data": [ { "entityId": "<string>", "entityName": "<string>", "trusted": true, "trustLevel": "<string>", "deviceLookupEnabled": true, "lastVerified": "2023-11-07T05:31:56Z" } ], "total": 123 }
List merchants with trust filters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
basic
enhanced
premium
Merchants trust list retrieved successfully
200
true
Show child attributes