List all Applications

This operation returns a list of applications. You can filter applications by:

  • status: Filter by application status (e.g. "draft", "submitted", "approved", etc.)
  • updated_from: Filter applications updated on or after a specific date (YYYY-MM-DD)
  • updated_to: Filter applications updated on or before a specific date (YYYY-MM-DD)
  • package: Filter by package ID
  • sort_dir: Sort by updated_at in ascending or descending order (values: asc, desc, default: desc)

Example: GET /applications?status=submitted&updated_from=2025-01-01&updated_to=2025-03-01&sort_dir=asc

Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here!