Account
GET /v1/me
{ "data": { "id": "...", "email": "you@company.com", "plan_id": "starter", "current_period_start": "2026-05-01T00:00:00.000Z", "status": "active", "plan": { "id": "starter", "monthly_quota": 5000, "rate_limit_per_minute": 60 }, "usage": { "this_period": 1342, "remaining": 3658 } }, "request_id": "..."}GET /v1/usage
| Query | Type | Notes |
|---|---|---|
since | ISO timestamp | created_at >= since |
limit | int | default 100, max 1000 |
{ "data": [ { "id": 91234, "endpoint": "/v1/properties/by-url", "actor": "detail", "units": 1, "status_code": 200, "apify_run_id": null, "created_at": "..." } ], "request_id": "..."}Note β
apify_run_idis intentionallynullin the public response; itβs stored internally for our own debugging only.