cURL
curl --request GET \ --url https://api.peere.network/v1/merchant \ --header 'Authorization: Bearer <token>'
{ "statusCode": 200, "success": true, "data": { "id": "ent_mrc_001", "name": "PayWave Stores Ltd", "email": "support@paywavestores.ng", "phone": "+2348084455667", "trusted": true } }
Retrieve merchant details.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Merchant details retrieved successfully
200
true
Show child attributes