v1

latestOpenAPI 3.0.12026-07-265331168.0 KB
Mobile Ledger

Retrieve Mobile Ledger

Retrieves a specific Mobile Ledger based on the provided ID for the current user's account.

get/public/user/mobile_ledger/retrieve/{mobile_ledger_id}

Path parameters

mobile_ledger_idstring required

ID of the Mobile Ledger to retrieve

Response

Successful Mobile Ledger Retrieve

messagestring

Status message for the retrieval.

Example response

{
  "data": {
    "customer_id": 1955,
    "mobile_ledger_bytes": 128290101,
    "mobile_ledger_creation_datetime": "2023-04-01 12:00:00",
    "mobile_ledger_id": "123e4567-e89b-12d3-a456-426614174000",
    "mobile_ledger_last_update_datetime": "2023-04-02 12:00:00",
    "mobile_ledger_period_date": "2023-10-01",
    "mobile_ledger_reason": "top_up",
    "mobile_ledger_requests": 1244,
    "service_adjustment_id": 10,
    "service_id": "API-1234-5678"
  },
  "message": "Mobile Ledger successfully retrieved."
}