Skip to main content
GET
/
v1
/
provider
/
merchant
/
trust
/
multiple
List Merchants Trusts
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
}

Authorizations

Authorization
string
header
required

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

Query Parameters

trusted
boolean
trustLevel
enum<string>
Available options:
basic,
enhanced,
premium
deviceLookupEnabled
boolean

Response

Merchants trust list retrieved successfully

statusCode
integer
Example:

200

success
boolean
Example:

true

message
string
data
object[]
total
integer