Skip to main content
GET
/
v1
/
provider
/
merchant
/
trust
/
device-permission
Check Merchant Device Permission
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"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

entityId
string
required

Response

Device permission checked successfully

statusCode
integer
Example:

200

allowed
boolean
reason
string
trustStatus
object