Time Entries
Read-only access to tracked time entries. Duration is in minutes. Hourly rate is in cents.
GETList time entries
GET/time-entries
| Parameter | Type | Description |
|---|---|---|
| page | integer | Page number (default: 1) |
| limit | integer | Items per page, max 100 (default: 20) |
| customerId | string | Filter by customer ID |
| billed | boolean | true | false — filter by billed status |
| billable | boolean | true | false — filter by billable status |
| sort | string | createdAt | -createdAt | startTime | -startTime |
curl "https://paymavo.com/api/v1/time-entries?billable=true&billed=false" \
-H "Authorization: Bearer sk_live_xxx"