cURL
curl --request GET \ --url https://api.peere.network/v1/provider/merchants \ --header 'Authorization: Bearer <token>'
{ "statusCode": 200, "success": true, "data": { "merchants": [ {} ], "total": 123 } }
List merchants under provider.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Merchants list retrieved successfully
200
true
Show child attributes