List user applications
GET/api-applications
Returns all cooperative membership applications for the authenticated user, ordered by creation date (newest first). Optionally filter by application ID to retrieve a single application.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Applications retrieved successfully
Missing or invalid API key or JWT
API key invalid, inactive, or lacking permission
Application not found (when filtering by ID)
Internal server error