cURL
curl --request GET \ --url https://app.mlm-platform.com/api/v1/members/{userId}/commissions \ --header 'x-tenant-api-key: <api-key>'
{ "commissions": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "amount": 123, "currency": "<string>", "status": "PENDING", "level": 123, "sourceUserId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "sourceUserEmail": "<string>", "sourceType": "<string>", "createdAt": "2023-11-07T05:31:56Z", "paidAt": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 123, "limit": 123, "total": 123, "totalPages": 123, "hasNext": true, "hasPrev": true } }
Returns paginated commission history for a member.
Tenant API key for authentication
x <= 100
PENDING
CLEARED
PROCESSING
PAID
Commission history
Show child attributes