cURL
curl --request GET \ --url https://api.humcli.com/api/v1/operator/earnings \ --header 'Authorization: Bearer <token>'
{ "pending_balance": 123, "available_balance": 123, "total_earned": 123, "currency": "<string>", "recent_tasks": [ { "task_id": "<string>", "title": "<string>", "reward_usd": 123, "status": "PENDING", "completed_at": "<string>" } ] }
Get operator’s pending, available, and total earnings breakdown.
Clerk JWT for operator endpoints.
Earnings breakdown
Show child attributes