Activity
Get recent activity for an organization
Returns a list of recent activities associated with a specific organization. The activities are sorted by creation date in descending order (newest first).
This includes donations, grants, transfers, and other relevant activities.
Authentication is optional:
- Organization activities are visible to all users
- However, some activities may include additional details for authenticated users
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the organization
Response
200 - application/json
List of recent activities successfully retrieved