Skip to main content
Domavia
Api
Latest

Applications API

Applications API endpoints (5 endpoints). Supports both read and write operations.

Applications API

Applications API endpoints (5 endpoints). Supports both read and write operations.

Available Operations:

  • getApplications - getApplications
  • getApplicationsSummary - getApplicationsSummary
  • getApplication - getApplication
  • createApplication - createApplication
  • updateApplicationStatus - updateApplicationStatus

Authentication

Authenticated

Most endpoints require authentication. See Authentication for details.

Endpoints

Queries

applications.getApplications

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


applications.getApplicationsSummary

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


applications.getApplication

Type: Query (read-only)

Response

Returns the requested data. See TypeScript types for full response shape.


Mutations

applications.createApplication

Type: Mutation (write)

Response

Returns the requested data. See TypeScript types for full response shape.


applications.updateApplicationStatus

Type: Mutation (write)

Response

Returns the requested data. See TypeScript types for full response shape.