GET /api/v1/activity
Retrieve API request logs with pagination.
Auth required: Yes
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 50 | Max items |
offset | integer | 0 | Pagination offset |
bash
curl -H "X-API-Key: YOUR_KEY" \
"https://api.example.com/api/v1/activity?limit=20"