cURL
curl --request GET \ --url https://api.peere.network/v1/customer-decisions/{customerDecisionId} \ --header 'Authorization: Bearer <token>'
{ "statusCode": 200, "success": true, "data": { "id": "<string>", "customerId": "<string>", "entityId": "<string>", "agreementPhrase": "<string>", "lookupPhrase": "<string>", "decision": "<string>", "spendingLimits": { "daily": 123, "monthly": 123 }, "blockMerchant": true, "createdAt": "2023-11-07T05:31:56Z" } }
Get a single customer decision by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Customer decision retrieved successfully
200
true
Show child attributes