Get detailed information about a specific distribution.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Responses
{
"success": true,
"data": {
"id": 1,
"unit_id": 5,
"unit_name": "Downtown Office Tower",
"period": "2024-Q1",
"type": "monthly",
"gross_amount": 5000,
"net_amount": 4750,
"fees": 250,
"status": "pending",
"distributed_at": "2024-04-01T09:00:00+00:00",
"created_at": "2024-03-31T10:00:00+00:00"
}
}
Modified at 2026-03-12 00:48:26