curl --location 'https://api.bleeprs.com/api/logEntries?status=success&network=mtn&search=08107176819&startdate=2025-09-17&enddate=2025-09-17&page=0&perPage=1&download=true' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "gatewayStatus": "<string>", "gatewayMessage": "<string>", "requestReference": "<string>", "data": {}, "TotalPages": 123, "CurrentPage": 123, "TotalRecords": 123, "NextPage": "<string>", "PreviousPage": "<string>", "Items": [ {} ], "id": 123, "transaction_id": "<string>", "partner_reference": "<string>", "phone_number": "<string>", "amount": "<string>", "transaction_cost": 123, "commission": 123, "balance_after": 123, "type": "<string>", "network": "<string>", "operator": "<string>", "region": "<string>", "description": "<string>", "data_plan": "<string>", "status": "<string>", "time": "<string>", "created_at": "<string>", "updated_at": "<string>" }
View transaction logs and history
{ "gatewayStatus": "00", "gatewayMessage": "Sucessfully Processed", "requestReference": "iip9r710KslnmtdAgb1w", "data": { "TotalPages": 1, "CurrentPage": 1, "TotalRecords": 7, "NextPage": "", "PreviousPage": "", "Items": [ { "amount": "N200.00", "balance_after": 4455.5, "commission": 2, "created_at": "2025-09-18T08:21:34.530768Z", "data_plan": "LV_MTN_XTRADATA_3DAYS_200_200", "description": "LV_MTN", "id": 25, "network": "MTN", "operator": "", "partner_reference": "REFQ000339", "phone_number": "08107176819", "region": "MTN", "status": "SUCCESS", "time": "9/18/2025", "transaction_cost": 198, "transaction_id": "REFQ000339", "type": "DATA", "updated_at": "2025-09-18T08:21:34.530768Z" }, { "amount": "N50.00", "balance_after": 4653.5, "commission": 0.5, "created_at": "2025-09-18T08:20:59.867764Z", "data_plan": "MTN", "description": "LA_MTN", "id": 24, "network": "MTN", "operator": "", "partner_reference": "REFQ000178667", "phone_number": "08107176819", "region": "MTN", "status": "SUCCESS", "time": "9/18/2025", "transaction_cost": 49.5, "transaction_id": "REFQ000178667", "type": "AIRTIME", "updated_at": "2025-09-18T08:20:59.867764Z" } ] } }
Was this page helpful?