cURL
curl --request GET \ --url https://api.peere.network/v1/merchant/customer-decisions \ --header 'Authorization: Bearer <token>'
{ "statusCode": 200, "success": true, "data": [ { "id": "<string>", "customerId": "<string>", "entityId": "<string>", "agreementPhrase": "<string>", "decision": "<string>", "spendingLimits": { "daily": 123, "monthly": 123 } } ], "total": 123 }
Get customer decisions with optional filters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Customer decisions retrieved successfully
200
true
Show child attributes