cURL
curl --request GET \ --url https://api.peere.network/v1/provider/merchant/trust/device-permission \ --header 'Authorization: Bearer <token>'
{ "statusCode": 200, "allowed": true, "reason": "<string>", "trustStatus": { "trusted": true, "trustLevel": "<string>", "deviceLookupEnabled": true, "lastVerified": "2023-11-07T05:31:56Z" } }
Check permission for merchant device lookup.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Device permission checked successfully
200
Show child attributes