List applications

List all applications linked to companies within the authenticated organisation's subtree. Supports pagination and filtering by company_id.

Related resources can be included via ?include=bank_accounts:

  • To fetch without related resources, omit the include parameter.
  • To include related bank accounts, pass ?include=bank_accounts.

🔒 This endpoint requires an OAC (Organisation Access Credentials — ⚠️ Beta) access token with the applications:read scope.

Query Params
uuid

Filter applications by company UUID

integer
≥ 1
Defaults to 1

Page number (1-indexed)

integer
1 to 100
Defaults to 25

Number of items per page

string
enum

Comma-separated list of relationships to include

Allowed:
Headers
string
required

oAuth authorization using Bearer

Responses

Language
URL
Response
Choose an example:
application/json