Activity API
REST API endpoints for Activity.
REST API endpoints for Activity. 1 operation.
List the activity log
plaintext
GET /v1/activityRequires the activity:read scope.
Auth: Bearer API key
Responses
| Status | Description |
|---|---|
200 | List the activity log |
401 | Missing or invalid API key |
403 | Missing activity:read scope |
500 | Internal error |
operationId: listActivity